Salome HOME
MacroNodes
[modules/superv.git] / src / Supervision / CNode_Impl.cxx
index 65d5ee1b8e6ed2544f94a2a861b7c38bd7989cde..9dd23bbfb7676741de0438a4ab7a14414c40cb28 100644 (file)
@@ -1738,6 +1738,9 @@ void CNode_Impl::ping() {
       RetVal = false ;
     }
   }
+  if ( IsGraph() || IsStreamGraph() ) {
+    theAutomaton->GraphImpl( (Graph_Impl * ) this ) ;
+  }
 //  endService( "CNode_Impl::ping" );
   return ;
 }