Skip to content

Commit

Permalink
Fix parameter name in declaration of FMIParseValues() (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer authored Jun 26, 2024
1 parent 54fc43e commit d124bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmusim/FMIUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FMIStatus FMI3SetValues(
const void* values,
size_t nValues);

FMIStatus FMIParseValues(FMIMajorVersion fmiVerion, FMIVariableType type, const char* literal, size_t* nValues, void** values);
FMIStatus FMIParseValues(FMIMajorVersion fmiMajorVersion, FMIVariableType type, const char* literal, size_t* nValues, void** values);

FMIStatus FMIParseStartValues(FMIVariableType type, const char* literal, size_t nValues, void* values);

Expand Down

0 comments on commit d124bec

Please sign in to comment.