Browse Source

remove unneccessary warning

accumulation
Sascha Wunderlich 7 years ago
parent
commit
cd62b91d0c
  1. 4
      prism/src/explicit/AccumulationTransformation.java

4
prism/src/explicit/AccumulationTransformation.java

@ -126,10 +126,6 @@ public class AccumulationTransformation<M extends ModelExplicit> implements Mode
throw new PrismException("Unable to handle <->/[-] with -accforcecomplex. Bailing."); throw new PrismException("Unable to handle <->/[-] with -accforcecomplex. Bailing.");
} }
if(forceMulti && isSimple) {
mc.getLog().println("WARNING: accforcemulti set, but cannot be used with simple method. Using complex one.");
}
// Build the AccumulationContext // Build the AccumulationContext
AccumulationContext ctx = new AccumulationContext(accexp, rewards, mc); AccumulationContext ctx = new AccumulationContext(accexp, rewards, mc);
ctx.singleTrack = isSingleTrack && !forceMulti; ctx.singleTrack = isSingleTrack && !forceMulti;

Loading…
Cancel
Save