Skip to content

Commit 60256d4

Browse files
committed
refactor
default OFF
1 parent 1ad4678 commit 60256d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

export/src/fmu4cpp/fmi3/fmi3_description.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ std::string fmu_base::make_description() const {
152152
if (dep == allVars.end()) {
153153
throw std::runtime_error("Unknown dependency: " + depName);
154154
}
155-
ss << (*dep)->index() - 1;// valueRef is index -1
155+
ss << (*dep)->value_reference();
156156
if (i != deps.size() - 1) {
157157
ss << " ";
158158
}

0 commit comments

Comments
 (0)