From 9ac31018893bc1f3adda7382725c383e1560cfac Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Wed, 1 Jan 2020 19:13:58 +0000 Subject: [PATCH] Corrected typo in documentation of load_coefficients --- include/eos/morphablemodel/coefficients.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/eos/morphablemodel/coefficients.hpp b/include/eos/morphablemodel/coefficients.hpp index 5304a6991..4a42a8140 100644 --- a/include/eos/morphablemodel/coefficients.hpp +++ b/include/eos/morphablemodel/coefficients.hpp @@ -53,7 +53,7 @@ inline void save_coefficients(std::vector coefficients, std::string filen /** * Loads coefficients (for example PCA shape coefficients) from a json file. * - * @param[in] filename The file to write. + * @param[in] filename The file to read. * @return Returns vector of floats. * @throws std::runtime_error if unable to open the given file for reading. */