Skip to content

Commit

Permalink
Remove FMI1 things from flow around controlled moving cyl (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman authored Mar 15, 2024
1 parent 29065dc commit d00a8f7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,406 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ typedef unsigned int FMIValueReference;

typedef struct FMIInstance_ FMIInstance;

typedef struct FMI1Functions_ FMI1Functions;

typedef struct FMI2Functions_ FMI2Functions;

typedef struct FMI3Functions_ FMI3Functions;
Expand All @@ -106,7 +104,6 @@ typedef void FMILogMessage(FMIInstance *instance, FMIStatus status, const char *

struct FMIInstance_ {

FMI1Functions *fmi1Functions;
FMI2Functions *fmi2Functions;
FMI3Functions *fmi3Functions;

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ void FMIFreeInstance(FMIInstance *instance)
free(instance->buf2);
free((void *) instance->name);

free(instance->fmi1Functions);
free(instance->fmi2Functions);
free(instance->fmi3Functions);

Expand Down
Loading

0 comments on commit d00a8f7

Please sign in to comment.