fix compile error
parent
9148e6b629
commit
4fc457b27f
|
@ -49,7 +49,7 @@ public class FactorListenerPanel extends JPanel
|
|||
{
|
||||
FactorInterpreter interp = new FactorInterpreter();
|
||||
interp.interactive = false;
|
||||
interp.init(args,null);
|
||||
interp.init(args);
|
||||
return interp;
|
||||
}
|
||||
catch(Exception e)
|
||||
|
|
Loading…
Reference in New Issue