Salome HOME
Fix for compilation error with gcc4.0.1: MEDMEM_GaussLocalization.hxx:166: error...
authormkr <mkr@opencascade.com>
Thu, 16 Mar 2006 15:41:30 +0000 (15:41 +0000)
committermkr <mkr@opencascade.com>
Thu, 16 Mar 2006 15:41:30 +0000 (15:41 +0000)
src/MEDMEM/MEDMEM_GaussLocalization.hxx

index 5f6a3436c294de027ca99388240d21f2fe2038ff..b488cb304861dbce0fd104f053644f64dbe1251b 100644 (file)
@@ -162,7 +162,7 @@ namespace MEDMEM {
   }
 
 
-  template <class INTERLACING_TAG> ostream & MEDMEM::operator<<(ostream &os,
+  template <class INTERLACING_TAG> ostream & operator<<(ostream &os,
                                                                const  GAUSS_LOCALIZATION<INTERLACING_TAG> &loc) {
     os << "Localization Name     : " << loc._locName << endl;
     os << "Geometric Type        : " << MED_EN::geoNames[loc._typeGeo]<< endl;