Salome HOME
First test
[modules/yacs.git] / src / engine / Runtime.cxx
index ab9b6ac3c5fae79a0a7088bc5610ba5f7098d315..4d9d3999155de64a52c84849a0184cd33c0e26cd 100644 (file)
@@ -255,6 +255,11 @@ ForEachLoop* Runtime::createForEachLoop(const std::string& name,TypeCode *type)
   return ret;
 }
 
+ForEachLoopDyn* Runtime::createForEachLoopDyn(const std::string& name,TypeCode * type)
+{
+  return new ForEachLoopDyn(name,type);
+}
+
 OptimizerLoop* Runtime::createOptimizerLoop(const std::string& name,const std::string& algLib,const std::string& factoryName,bool algInitOnFile,
                                             const std::string& kind, Proc * procForTypes)
 {