Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devyeshtandon committed Aug 8, 2016
1 parent 0f2ee2a commit 50a416a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbdynFMI.cc
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ void fmu2::Terminate(void){
fmi2_import_free_instance(fmu);
delete[] eventIndicators;
delete[] eventIndicatorsPrev;
delete[] currStates;
// delete[] currStates;
delete[] currStatesDer;

delete[] vrs;
Expand Down Expand Up @@ -599,7 +599,7 @@ void fmu1::Terminate(void){
fmi1_import_free_model_instance(fmu);
delete[] eventIndicators;
delete[] eventIndicatorsPrev;
delete[] currStates;
// delete[] currStates;
delete[] currStatesDer;
delete[] deriv;
delete[] vrs;
Expand Down
Binary file modified mbdynFMI.o
Binary file not shown.

0 comments on commit 50a416a

Please sign in to comment.