Commit 28c6d6c5db84b6aa7918fd448adea0d5adfc3582
1 parent
2eb530b2
Exists in
master
and in
20 other branches
Enable plot fucntion with multi panels
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
@@ -2046,9 +2046,7 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass | @@ -2046,9 +2046,7 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass | ||
2046 | $panel->{RequestOutPutPlotElementPlotFunctionNodeClass::PLOT_FUNCTION_SCALE_ORDONNEE} = $scale_ordonnee; | 2046 | $panel->{RequestOutPutPlotElementPlotFunctionNodeClass::PLOT_FUNCTION_SCALE_ORDONNEE} = $scale_ordonnee; |
2047 | 2047 | ||
2048 | break; | 2048 | break; |
2049 | - } else { | ||
2050 | - throw new Exception('Cannot retrieve plot panel for Plot Function.'); | ||
2051 | - } | 2049 | + } |
2052 | } | 2050 | } |
2053 | 2051 | ||
2054 | return $plotInput; | 2052 | return $plotInput; |