scl_gc_ctrl application callback error

Issue #145 resolved
Kenji Hata created an issue

The pause callback does not work

Comments (3)

  1. Samir Menon repo owner

    GC does not support pause (simple code).

    To do so, go to:

    while(true == scl_chai_glut_interface::CChaiGlobals::getData()->chai_glut_running)
    {
      if(true == scl::CDatabase::getData()->pause_ctrl_dyn_)
    { //avoid running the integrator }
    
  2. Log in to comment