Skip to content

Commit

Permalink
- remove annoying output
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jul 8, 2013
1 parent 8594c6f commit cd8ffd0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,8 @@ static int symbolic_initialization(DATA *data, long numLambdaSteps)
fprintf(pFile, "\n");
}

INFO(LOG_INIT, "homotopy process");
INDENT(LOG_INIT);
for(step=0; step<numLambdaSteps; ++step)
{
data->simulationInfo.lambda = ((double)step)/(numLambdaSteps-1);
Expand All @@ -720,8 +722,7 @@ static int symbolic_initialization(DATA *data, long numLambdaSteps)

functionInitialEquations(data);

INFO1(LOG_INIT, "lambda: %g", data->simulationInfo.lambda);
printAllVars(data, 0, LOG_INIT);
INFO1(LOG_INIT, "lambda = %g done", data->simulationInfo.lambda);

if(ACTIVE_STREAM(LOG_INIT))
{
Expand All @@ -738,6 +739,7 @@ static int symbolic_initialization(DATA *data, long numLambdaSteps)

setAllStartToVars(data);
}
RELEASE(LOG_INIT);

if(ACTIVE_STREAM(LOG_INIT))
fclose(pFile);
Expand Down

0 comments on commit cd8ffd0

Please sign in to comment.