From dd10230ce16b5d0a6245f4ae7c6ea8c202106e95 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 17 Jun 2013 14:20:05 +0000 Subject: [PATCH] Deprecate unused VCS functions --- include/cantera/equil/vcs_internal.h | 2 ++ include/cantera/equil/vcs_solve.h | 1 + 2 files changed, 3 insertions(+) diff --git a/include/cantera/equil/vcs_internal.h b/include/cantera/equil/vcs_internal.h index 25bc45038..d8ea21c24 100644 --- a/include/cantera/equil/vcs_internal.h +++ b/include/cantera/equil/vcs_internal.h @@ -499,6 +499,7 @@ bool vcs_doubleEqual(double d1, double d2); * The vector is returned sorted from lowest to highest. * * @param x Reference to a vector of ints. + * @deprecated */ void vcs_heapsort(std::vector &x); @@ -506,6 +507,7 @@ void vcs_heapsort(std::vector &x); /*! * @param xOrderedUnique Ordered vector of unique ints that were part of the original list * @param x Reference to a constant vector of ints. + * @deprecated */ void vcs_orderedUnique(std::vector & xOrderedUnique, const std::vector & x); diff --git a/include/cantera/equil/vcs_solve.h b/include/cantera/equil/vcs_solve.h index 17e737545..1f59513eb 100644 --- a/include/cantera/equil/vcs_solve.h +++ b/include/cantera/equil/vcs_solve.h @@ -1482,6 +1482,7 @@ public: * (These are the actionable element constraints). * * @return Returns number of components. This is the rank of the matrix + * @deprecated */ int vcs_rank(const double* awtmp, size_t numSpecies, const double* matrix, size_t numElemConstraints, std::vector &compRes, std::vector &elemComp, int* const usedZeroedSpecies) const;