Fixed declaration of importSolution in StFlow
This commit is contained in:
parent
a304b7393b
commit
e5da0d268d
1 changed files with 2 additions and 2 deletions
|
|
@ -568,8 +568,8 @@ private:
|
|||
};
|
||||
*/
|
||||
|
||||
void importSolution(doublereal* oldSoln, igthermo_t& oldmech,
|
||||
doublereal* newSoln, igthermo_t& newmech);
|
||||
void importSolution(size_t points, doublereal* oldSoln, igthermo_t& oldmech,
|
||||
size_t size_new, doublereal* newSoln, igthermo_t& newmech);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue