Skip to content

Commit

Permalink
Fixed upper/lower case error.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@4186 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Otto Tronarp committed Aug 28, 2009
1 parent 1be2b65 commit 9da5730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/UnitParserExt.mo
Expand Up @@ -58,7 +58,7 @@ end addDerivedWeight;

public function checkpoint "copies all unitparser information to allow changing unit weights locally for a component"
external "C";
end checkPoint;
end checkpoint;

public function rollback "rollback the copy made in checkPoint call"
external "C";
Expand Down

0 comments on commit 9da5730

Please sign in to comment.