We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad4678 commit 60256d4Copy full SHA for 60256d4
1 file changed
export/src/fmu4cpp/fmi3/fmi3_description.cpp
@@ -152,7 +152,7 @@ std::string fmu_base::make_description() const {
152
if (dep == allVars.end()) {
153
throw std::runtime_error("Unknown dependency: " + depName);
154
}
155
- ss << (*dep)->index() - 1;// valueRef is index -1
+ ss << (*dep)->value_reference();
156
if (i != deps.size() - 1) {
157
ss << " ";
158
0 commit comments