]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
CLang compatibility 3
authorabn <adrien.bruneton@cea.fr>
Mon, 3 Apr 2017 09:09:06 +0000 (11:09 +0200)
committerabn <adrien.bruneton@cea.fr>
Mon, 3 Apr 2017 09:09:06 +0000 (11:09 +0200)
src/MEDLoader/MEDFileField.cxx

index 9b389e440bd590e4b2d6330a1a0aee2f790822a4..df38605c584fe078d646299facc9ddf4a908461b 100644 (file)
@@ -44,8 +44,8 @@ extern med_geometry_type typmai3[34];
 
 using namespace MEDCoupling;
 
-template class MEDFileField1TSTemplateWithoutSDA<int>;
-template class MEDFileField1TSTemplateWithoutSDA<double>;
+template class MEDCoupling::MEDFileField1TSTemplateWithoutSDA<int>;
+template class MEDCoupling::MEDFileField1TSTemplateWithoutSDA<double>;
 
 const char MEDFileField1TSWithoutSDA::TYPE_STR[]="FLOAT64";
 const char MEDFileIntField1TSWithoutSDA::TYPE_STR[]="INT32";