Skip to content

Commit c052b64

Browse files
author
Willi Braun
committed
- attempt to fix windows build
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent c703f49 commit c052b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/c/simulation/solver/mixedSearchSolver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ int solveMixedSearch(DATA *data, int sysNumber)
285285
success = 1;
286286
if (ACTIVE_STREAM(LOG_NLS))
287287
{
288-
DEBUG1(LOG_NLS, "#### SOLUTION FOUND! (system %d)", eqSystemNumber);
289288
const char * __name;
289+
DEBUG1(LOG_NLS, "#### SOLUTION FOUND! (system %d)", eqSystemNumber);
290290
for (i = 0; i < systemData->size; i++)
291291
{
292292
ix = (systemData->iterationVarsPtr[i]-data->localData[0]->booleanVars);

0 commit comments

Comments
 (0)