Skip to content

Commit

Permalink
in disableModel function added dsolve also
Browse files Browse the repository at this point in the history
  • Loading branch information
hrani committed Aug 31, 2018
1 parent b4d5376 commit 2f8fcab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mgui.py
Expand Up @@ -1198,6 +1198,9 @@ def disableModel(self, modelPath):
if moose.exists(compt[0].path+'/gsolve'):
gsolve = moose.Gsolve( compt[0].path+'/gsolve' )
gsolve.tick = -1
if moose.exists(compt[0].path+'/dsolve'):
dsolve = moose.Dsolve(compt[0].path+'/dsolve')
dsolve.tick = -1
if moose.exists(compt[0].path+'/stoich'):
stoich = moose.Stoich( compt[0].path+'/stoich' )
stoich.tick = -1
Expand Down

0 comments on commit 2f8fcab

Please sign in to comment.