Skip to content

Commit

Permalink
Corrected function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Nov 27, 2024
1 parent fea8ca6 commit 2bb5ad2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Buildings/Resources/C-Sources/EnergyPlus_24_2_0_Wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ void* allocate_Modelica_EnergyPlus_24_2_0(
use_sizingPeriods,
&runPer,
relativeSurfaceTolerance,
epName,
usePrecompiledFMU,
fmuName,
buildingsRootFileLocation,
Expand Down
3 changes: 0 additions & 3 deletions Buildings/Resources/C-Sources/EnergyPlus_24_2_0_Wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ extern void* allocate_Spawn_EnergyPlus_24_2_0(
const int use_sizingPeriods,
const runPeriod* runPer,
double relativeSurfaceTolerance,
const runPeriod* runPer,
double relativeSurfaceTolerance,
const char* epName,
int usePrecompiledFMU,
const char* fmuName,
const char* buildingsRootFileLocation,
Expand Down

0 comments on commit 2bb5ad2

Please sign in to comment.