перенос проходов в центральный модуль
This commit is contained in:
@@ -31,7 +31,7 @@ public class SPF_GetGraphFunctionPositions extends SilentSapforPass {
|
||||
public static String filterName = "";
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
return passes.get(PassCode.SPF_GetGraphFunctions).isDone() && super.canStart(args);
|
||||
return Global.mainModule.getPass(PassCode.SPF_GetGraphFunctions).isDone() && super.canStart(args);
|
||||
}
|
||||
//--------------------
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user