We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f2cbe commit 9c2ba4bCopy full SHA for 9c2ba4b
1 file changed
export/src/fmu4cpp/fmi3.cpp
@@ -522,6 +522,10 @@ NOT_IMPLEMENTED_SETTER(Int8);
522
NOT_IMPLEMENTED_SETTER(Int16);
523
NOT_IMPLEMENTED_SETTER(Int64);
524
525
+NOT_IMPLEMENTED_GETTER(Int8);
526
+NOT_IMPLEMENTED_GETTER(Int16);
527
+NOT_IMPLEMENTED_GETTER(Int64);
528
+
529
fmi3Status fmi3SetDebugLogging(fmi3Instance c,
530
fmi3Boolean loggingOn,
531
size_t /*nCategories*/,
0 commit comments