@ -407,7 +407,7 @@ public class GUISimulator extends GUIPlugin implements MouseListener, ListSelect
lastConstants = uCon . getMFConstantValues ( ) ;
lastConstants = uCon . getMFConstantValues ( ) ;
lastPropertyConstants = uCon . getPFConstantValues ( ) ;
lastPropertyConstants = uCon . getPFConstantValues ( ) ;
/ / store constants ( currently , compute non - exact for simulation )
/ / store constants ( currently , compute non - exact for simulation )
parsedModel . setUndefined Constants( lastConstants , false ) ;
getPrism ( ) . setPRISMModel Constants( lastConstants , false ) ;
pf . setSomeUndefinedConstants ( lastPropertyConstants , false ) ;
pf . setSomeUndefinedConstants ( lastPropertyConstants , false ) ;
/ / check here for possibility of multiple initial states
/ / check here for possibility of multiple initial states
@ -822,7 +822,7 @@ public class GUISimulator extends GUIPlugin implements MouseListener, ListSelect
/ / remember constant values for next time
/ / remember constant values for next time
lastConstants = uCon . getMFConstantValues ( ) ;
lastConstants = uCon . getMFConstantValues ( ) ;
/ / store constants ( currently , compute non - exact for simulation )
/ / store constants ( currently , compute non - exact for simulation )
parsedModel . setUndefined Constants( lastConstants , false ) ;
getPrism ( ) . setPRISMModel Constants( lastConstants , false ) ;
/ / do we need to ask for an initial state for simulation ?
/ / do we need to ask for an initial state for simulation ?
/ / no : just use default / random
/ / no : just use default / random