Skip to content

Commit

Permalink
Revert changes to fmusim.c
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Aug 12, 2024
1 parent a86da55 commit eb1c69d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fmusim/fmusim.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "FMIZip.h"
#include "FMIModelDescription.h"
#include "FMIBuildDescription.h"
#include "FMIRecorder.h"
#include "FMIUtil.h"

Expand Down Expand Up @@ -125,10 +124,6 @@ void printUsage() {

int main(int argc, const char* argv[]) {

FMIBuildDescription* buildDescription = FMIReadBuildDescription("E:\\Development\\Reference-FMUs\\BouncingBall\\buildDescription.xml");

FMIFreeBuildDescription(buildDescription);

bool logFMICalls = false;

FMIInterfaceType interfaceType = -1;
Expand Down

0 comments on commit eb1c69d

Please sign in to comment.