Changeset 13412


Ignore:
Timestamp:
2012-10-16T21:15:23+02:00 (12 years ago)
Author:
wbraun
Message:
  • changed just warning message for mixed system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SimulationRuntime/c/math-support/matrix.h

    r13326 r13412  
    149149      /* while the initialization it's ok to every time a solution */ \
    150150      if (!data->simulationInfo.initial){ \
    151         WARNING1("Error solving hybrid equation system with index", index); \
     151        WARNING2("Error solving hybrid equation system with index %d at time %e", index, data->localData[0]->timeValue); \
    152152      } \
    153153      data->simulationInfo.needToIterate = 1; \
Note: See TracChangeset for help on using the changeset viewer.