Skip to content

Commit 2ea6748

Browse files
Willi BraunOpenModelica-Hudson
authored andcommitted
[cRuntime] Fixing LOG_DSS dump
Belonging to [master]: - OpenModelica/OMCompiler#2462
1 parent 2716d05 commit 2ea6748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/c/simulation/solver/stateset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ void printStateSelectionInfo(DATA *data, STATE_SET_DATA *set)
329329
{
330330
if (Adump[k*set->nCandidates+l] == 1)
331331
{
332-
infoStreamPrint(LOG_DSS, 0, "[%ld] %s", k+1, set->statescandidates[k]->name);
332+
infoStreamPrint(LOG_DSS, 0, "[%ld] %s", l+1, set->statescandidates[l]->name);
333333
}
334334
}
335335
}

0 commit comments

Comments
 (0)