Salome HOME
Documentation update and method improvement
[modules/adao.git] / src / daComposant / daAlgorithms / InterpolationByReducedModelTask.py
index 98fe7ebf0817fb97813cc484644770f0a50b16f6..fc256881187e67a8e7e1a3808612e7ddea32e486 100644 (file)
 
 import numpy
 from daCore import BasicObjects
-from daAlgorithms.Atoms import ecweim, eosg
+from daAlgorithms.Atoms import ecweim
 
 # ==============================================================================
 class ElementaryAlgorithm(BasicObjects.Algorithm):
     def __init__(self):
-        # ModelInterpolationByROM
-        # ModelEvaluationByReducedInterpolation
-        # MeasuresInterpolationByReducedModel
-        #
         BasicObjects.Algorithm.__init__(self, "INTERPOLATIONBYREDUCEDMODEL")
         self.defineRequiredParameter(
             name     = "ReducedBasis",