Salome HOME
Final version of the V2_2_0 in the main trunk of the CVS tree.
[modules/med.git] / src / MedClient / test / test2 / Compo2.hxx
index c296dbb9ad2d912f3ff6dfc4fac60f0ac34aabbf..a579ca992e8217f3c2de8d12db1e17c3145c9137 100644 (file)
 class Compo2
 {
 
-  FIELD<double> * _F;
+  MEDMEM::FIELD<double> * _F;
 
 public:
   Compo2();
   ~Compo2();
 
-  std::string Calcul(const MESH &M);
-  const FAMILY * Calcul2(const MESH &M);
-  void Calcul3(const FIELD<double> &S);
+  std::string Calcul(const MEDMEM::MESH &M);
+  const MEDMEM::FAMILY * Calcul2(const MEDMEM::MESH &M);
+  void Calcul3(const MEDMEM::FIELD<double> &S);
 };
 
 #endif