Skip to content

Commit 2051034

Browse files
committed
compliance
1 parent 81d9e9c commit 2051034

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/ExternalInterfaceLib/external_interface_lib.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ class ExternalInterfaceLib : public fmu4cpp::fmu_base {
1010
public:
1111
FMU4CPP_CTOR(ExternalInterfaceLib) {
1212

13-
register_variable(string("jsonString_", &jsonString_));
13+
register_variable(string("jsonString_", &jsonString_)
14+
.setCausality(fmu4cpp::causality_t::LOCAL));
1415

1516
ExternalInterfaceLib::reset();
1617
}

0 commit comments

Comments
 (0)