You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2019. It is now read-only.
infoStreamPrint(LOG_INIT, 0, "Initialization finished without homotopy.");
218
+
infoStreamPrint(LOG_STDOUT, 0, "The initialization finished successfully without homotopy method.");
218
219
219
220
/* catch */
220
221
#ifndefOMC_EMCC
221
222
MMC_CATCH_INTERNAL(simulationJumpBuffer)
222
223
#endif
223
224
if(init_lambda_steps>0)
224
-
warningStreamPrint(LOG_ASSERT, 0, "Failed to solve the initial system without homotopy. If homotopy is available the homotopy method is now used.");
225
+
warningStreamPrint(LOG_ASSERT, 0, "Failed to solve the initial system without homotopy method. If homotopy is available the homotopy method is used now.");
225
226
}
226
227
227
228
/* If there is homotopy in the model and global homotopy is activated
@@ -276,6 +277,7 @@ static int symbolic_initialization(DATA *data, threadData_t *threadData)
276
277
check_mixed_solutions(data, 0))
277
278
break;
278
279
}
280
+
infoStreamPrint(LOG_STDOUT, 0, "The initialization finished successfully with homotopy method.");
0 commit comments