Skip to content

Commit d00a8f7

Browse files
authored
Remove FMI1 things from flow around controlled moving cyl (precice#481)
1 parent 29065dc commit d00a8f7

File tree

6 files changed

+0
-1406
lines changed

6 files changed

+0
-1406
lines changed

flow-around-controlled-moving-cylinder/controller-fmi/fmu/include/FMI.h

-3
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ typedef unsigned int FMIValueReference;
9494

9595
typedef struct FMIInstance_ FMIInstance;
9696

97-
typedef struct FMI1Functions_ FMI1Functions;
98-
9997
typedef struct FMI2Functions_ FMI2Functions;
10098

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

107105
struct FMIInstance_ {
108106

109-
FMI1Functions *fmi1Functions;
110107
FMI2Functions *fmi2Functions;
111108
FMI3Functions *fmi3Functions;
112109

flow-around-controlled-moving-cylinder/controller-fmi/fmu/include/FMI1.h

-123
This file was deleted.

flow-around-controlled-moving-cylinder/controller-fmi/fmu/include/fmi1Functions.h

-116
This file was deleted.

flow-around-controlled-moving-cylinder/controller-fmi/fmu/src/FMI.c

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ void FMIFreeInstance(FMIInstance *instance)
9797
free(instance->buf2);
9898
free((void *) instance->name);
9999

100-
free(instance->fmi1Functions);
101100
free(instance->fmi2Functions);
102101
free(instance->fmi3Functions);
103102

0 commit comments

Comments
 (0)