Skip to content

Commit

Permalink
- change messages
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Mar 4, 2015
1 parent a37b7ea commit 395cb1e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -97,11 +97,11 @@ int prefixedName_performQSSSimulation(DATA* data, SOLVER_INFO* solverInfo)
{
if(data->modelData.nStates == 1) /* TODO: is it the dummy state? */
{
infoStreamPrint(LOG_SOLVER, 0, "No SparsePattern, since there are no states! Switch back to normal.");
infoStreamPrint(LOG_SOLVER, 0, "No sparse pattern, since there are no states.");
}
else
{
infoStreamPrint(LOG_STDOUT, 0, "Jacobian or SparsePattern is not generated or failed to initialize! Switch back to normal.");
infoStreamPrint(LOG_STDOUT, 0, "Jacobian or sparse pattern is not generated or failed to initialize.");
}
}
printSparseStructure(data, LOG_SOLVER);
Expand Down

0 comments on commit 395cb1e

Please sign in to comment.