|
@@ -490,6 +490,7 @@ public abstract class AlgorithmFrameworkFlex implements AddOn{
|
|
initParameterStepping();
|
|
initParameterStepping();
|
|
do {
|
|
do {
|
|
executeAlgoWithParameter();
|
|
executeAlgoWithParameter();
|
|
|
|
+ if(cancel) break;
|
|
resetState();
|
|
resetState();
|
|
}while(updateOneParameter());
|
|
}while(updateOneParameter());
|
|
resetParameterStepping();
|
|
resetParameterStepping();
|