color param init
This commit is contained in:
parent
d3a1ccec63
commit
232ca742ad
@ -23,7 +23,7 @@ public:
|
||||
|
||||
// functions in they should be run
|
||||
void ReadParams(string filename);
|
||||
void ReadParams(std::shared_ptr<Database> db0)
|
||||
void ReadParams(std::shared_ptr<Database> db0);
|
||||
void ReadInput();
|
||||
void Create();
|
||||
void Initialize();
|
||||
@ -71,7 +71,7 @@ private:
|
||||
double *Pressure;
|
||||
|
||||
//int rank,nprocs;
|
||||
void LoadParams(std::shared_ptr<Database> db0)
|
||||
void LoadParams(std::shared_ptr<Database> db0);
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user