Salome HOME
GUI for HP containers.
[modules/yacs.git] / src / engine / ElementaryNode.cxx
index 933768992eea83c02708bb7d622c12d1f6f5c61d..290fa7babcfc3f404ea34ff039d2536d699589b6 100644 (file)
@@ -69,6 +69,10 @@ void ElementaryNode::performDuplicationOfPlacement(const Node& other)
 {
 }
 
+void ElementaryNode::performShallowDuplicationOfPlacement(const Node& other)
+{
+}
+
 ElementaryNode::~ElementaryNode()
 {
   for(list<InputPort *>::iterator iter1=_setOfInputPort.begin();iter1!=_setOfInputPort.end();iter1++)