Skip to content

Commit 1ad4678

Browse files
committed
use new ctor macro
default OFF
1 parent f8007a6 commit 1ad4678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using namespace fmu4cpp;
1010
class Model : public fmu_base {
1111

1212
public:
13-
explicit Model(const fmu_data &data) : fmu_base(data) {
13+
FMU4CPP_CTOR(Model) {
1414

1515
register_variable(integer(
1616
"integerIn", &integer_)

0 commit comments

Comments
 (0)