Fixed declaration of importSolution in StFlow

This commit is contained in:
Ray Speth 2012-02-28 19:01:20 +00:00
parent a304b7393b
commit e5da0d268d

View file

@ -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);
}