We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8007a6 commit 1ad4678Copy full SHA for 1ad4678
1 file changed
src/model.cpp
@@ -10,7 +10,7 @@ using namespace fmu4cpp;
10
class Model : public fmu_base {
11
12
public:
13
- explicit Model(const fmu_data &data) : fmu_base(data) {
+ FMU4CPP_CTOR(Model) {
14
15
register_variable(integer(
16
"integerIn", &integer_)
0 commit comments