diff --git a/Cantera/src/equil/vcs_internal.h b/Cantera/src/equil/vcs_internal.h index 32e9a684b..78692eb88 100644 --- a/Cantera/src/equil/vcs_internal.h +++ b/Cantera/src/equil/vcs_internal.h @@ -428,6 +428,12 @@ namespace VCSnonideal { const std::vector vec_from, const int len = -1); #endif + //! determine the l2 norm of a vector of doubles + /*! + * @param vec vector of doubles + * + * @return Returns the l2 norm of the vector + */ double vcs_l2norm(const std::vector vec); //! Finds the location of the maximum component in a double vector