Skip to content

Commit

Permalink
fix debug trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Braun authored and OpenModelica-Hudson committed Jun 27, 2016
1 parent 8257389 commit c268564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimulationRuntime/c/linearization/linearize.cpp
Expand Up @@ -438,6 +438,7 @@ int functionJacD(DATA* data, threadData_t *threadData, double* jac){

int linearize(DATA* data, threadData_t *threadData)
{
TRACE_PUSH
/* Check if data recovery is requested */
int do_data_recovery = omc_flag[FLAG_L_DATA_RECOVERY] ? 1 : 0;

Expand Down

0 comments on commit c268564

Please sign in to comment.