From 45434556e2dcd510c85944a5a9d3bd50a9105925 Mon Sep 17 00:00:00 2001 From: TimQu Date: Thu, 7 Jul 2016 16:08:54 +0200 Subject: [PATCH] changed a property that makes more sense this way Former-commit-id: 96d471107da7df76b492cc279d12662016973ebe --- examples/multiobjective/ma/stream/stream_bounded_pareto.csl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multiobjective/ma/stream/stream_bounded_pareto.csl b/examples/multiobjective/ma/stream/stream_bounded_pareto.csl index 63661cf61..cdb98287f 100644 --- a/examples/multiobjective/ma/stream/stream_bounded_pareto.csl +++ b/examples/multiobjective/ma/stream/stream_bounded_pareto.csl @@ -1 +1 @@ -multi(Pmin=? [ F<=3.5 "done" ], Pmin=? [ F<=1 s=2 ]) +multi(Pmax=? [ F<=3.5 "done" ], Pmax=? [ F<=1 s=2 ])