skeleton code for morph lbm

This commit is contained in:
James E McClure
2018-10-22 14:31:17 -04:00
parent ceb85c2cd0
commit b82b81dfff
2 changed files with 89 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ private:
//int rank,nprocs;
void LoadParams(std::shared_ptr<Database> db0);
void AssignComponentLabels(double *phase);
void MorphInit(double beta, double morph_delta);
};