Commit 28c6d6c5db84b6aa7918fd448adea0d5adfc3582

Authored by Menouard AZIB
1 parent 2eb530b2

Enable plot fucntion with multi panels

src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
... ... @@ -2046,9 +2046,7 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass
2046 2046 $panel->{RequestOutPutPlotElementPlotFunctionNodeClass::PLOT_FUNCTION_SCALE_ORDONNEE} = $scale_ordonnee;
2047 2047  
2048 2048 break;
2049   - } else {
2050   - throw new Exception('Cannot retrieve plot panel for Plot Function.');
2051   - }
  2049 + }
2052 2050 }
2053 2051  
2054 2052 return $plotInput;
... ...