save the work of read from user-input file

This commit is contained in:
Rex Zhe Li
2020-09-23 17:47:02 -04:00
parent ae9e7a0408
commit 226147a498
4 changed files with 286 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ private:
char LocalRestartFile[40];
void AssignComponentLabels(double *Porosity, double *Permeablity);
void AssignComponentLabels(double *Porosity, double *Permeablity,const std::string& Filename_poro,const std::string& Filename_perm);
};