[1D] Deprecate importSolution

This commit is contained in:
Ray Speth 2013-06-17 14:20:16 +00:00
parent d545a2e598
commit 2c4748aaf5

View file

@ -552,6 +552,7 @@ public:
* matched by name, and any species in the new mechanism that were
* not in the old one are set to zero. The new solution is created
* with the same number of grid points as in the old solution.
* @deprecated Conversion is handled automatically when loading from XML
*/
void importSolution(size_t points, doublereal* oldSoln, IdealGasPhase& oldmech,
size_t size_new, doublereal* newSoln, IdealGasPhase& newmech);