cburstedde / p4est

The "p4est" forest-of-octrees library

Home Page:www.p4est.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove code redundancy

cburstedde opened this issue · comments

Description

There is a lot of code duplication between p4est_source_ext and p4est_load_mpi.

Proposed solution

Introduce one or more helper functions that encapsulate code that is called from multiple places.