Skip to content

Commit

Permalink
Corrected typo in documentation of load_coefficients
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber authored Jan 1, 2020
1 parent bba26ff commit 9ac3101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eos/morphablemodel/coefficients.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inline void save_coefficients(std::vector<float> 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.
*/
Expand Down

0 comments on commit 9ac3101

Please sign in to comment.