Skip to content

Commit 9ac3101

Browse files
authored
Corrected typo in documentation of load_coefficients
1 parent bba26ff commit 9ac3101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eos/morphablemodel/coefficients.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ inline void save_coefficients(std::vector<float> coefficients, std::string filen
5353
/**
5454
* Loads coefficients (for example PCA shape coefficients) from a json file.
5555
*
56-
* @param[in] filename The file to write.
56+
* @param[in] filename The file to read.
5757
* @return Returns vector of floats.
5858
* @throws std::runtime_error if unable to open the given file for reading.
5959
*/

0 commit comments

Comments
 (0)