Skip to content

Commit 9c2ba4b

Browse files
committed
fix missing getters
1 parent 67f2cbe commit 9c2ba4b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

export/src/fmu4cpp/fmi3.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,10 @@ NOT_IMPLEMENTED_SETTER(Int8);
522522
NOT_IMPLEMENTED_SETTER(Int16);
523523
NOT_IMPLEMENTED_SETTER(Int64);
524524

525+
NOT_IMPLEMENTED_GETTER(Int8);
526+
NOT_IMPLEMENTED_GETTER(Int16);
527+
NOT_IMPLEMENTED_GETTER(Int64);
528+
525529
fmi3Status fmi3SetDebugLogging(fmi3Instance c,
526530
fmi3Boolean loggingOn,
527531
size_t /*nCategories*/,

0 commit comments

Comments
 (0)