From 2c4748aaf582f9bbda9b80dd41ab087872d29279 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 17 Jun 2013 14:20:16 +0000 Subject: [PATCH] [1D] Deprecate importSolution --- include/cantera/oneD/StFlow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cantera/oneD/StFlow.h b/include/cantera/oneD/StFlow.h index f902e504b..1b1e3f751 100644 --- a/include/cantera/oneD/StFlow.h +++ b/include/cantera/oneD/StFlow.h @@ -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);