]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Return value for fix compilation problem
authorabd <abd@opencascade.com>
Mon, 27 Oct 2008 11:41:59 +0000 (11:41 +0000)
committerabd <abd@opencascade.com>
Mon, 27 Oct 2008 11:41:59 +0000 (11:41 +0000)
src/PIPELINE/VISUPipeLine.cxx

index 378fa72cfc38d92c41f7dd4acfaaea6ae7ce4b03..0881f71a0a0acc278a208125acad000c2e0f2862 100644 (file)
@@ -234,6 +234,7 @@ CreateColoredPL<VISU_GaussPointsPL>(VISU_Convertor* theConvertor,
     cout<<aCoord[0]<<"; "<<aCoord[1]<<"; "<<aCoord[2]<<endl;
   }
 #endif
+  return aPresent;
 }
 
 //----------------------------------------------------------------------------