Salome HOME
Mantis issue 0021668: [CEA 564] MED2.1 to MED2.3
authorjfa <jfa@opencascade.com>
Thu, 9 Aug 2012 11:22:19 +0000 (11:22 +0000)
committerjfa <jfa@opencascade.com>
Thu, 9 Aug 2012 11:22:19 +0000 (11:22 +0000)
src/CONVERTOR/Makefile.am
src/CONVERTOR/VISU_MedConvertor.cxx
src/PIPELINE/Makefile.am
src/VISU_I/Makefile.am

index c2a28f46a3d4ff7be67f0bd32fc224af306a0984..105565a7aa847429e613ef4066acb3833a733cce 100644 (file)
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
 
 #  VISU OBJECT : interactive object for VISU entities implementation
 #  File   : Makefile.am
 #  Module : VISU
-#
+
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 lib_LTLIBRARIES = libVisuConvertor.la
@@ -98,7 +97,7 @@ libVisuConvertor_la_LDFLAGS= \
        $(KERNEL_LDFLAGS) -lSALOMEBasics \
        $(CAS_KERNEL) \
        $(CAS_MATH) \
-       $(MED_LDFLAGS) -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase \
+       $(MED_LDFLAGS) -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapperBase \
        $(GUI_LDFLAGS) -lVTKViewer
 
 # Executables targets
@@ -106,4 +105,4 @@ bin_PROGRAMS= VISUConvertor
 dist_VISUConvertor_SOURCES= VISUConvertor.cxx
 VISUConvertor_CPPFLAGS=$(libVisuConvertor_la_CPPFLAGS)
 VISUConvertor_LDADD=$(libVisuConvertor_la_LDFLAGS) \
-       -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lMEDWrapper -lVTKViewer -lsuit -lqtx libVisuConvertor.la
+       -lMEDWrapper_V2_2 -lMEDWrapperBase -lMEDWrapper -lVTKViewer -lsuit -lqtx libVisuConvertor.la
index 9f82a50ec9c0575df13e7be843956561424352c6..a8ee294ef8230aa8e9c5fe4b501834fa47ee4292 100644 (file)
@@ -1193,8 +1193,8 @@ namespace VISU
   MED::TInt
   GetPNOMLength(MED::EVersion theVersion)
   {
-    if(theVersion == MED::eV2_1)
-      return MED::GetPNOMLength<MED::eV2_1>();
+    //if(theVersion == MED::eV2_1)
+    //  return MED::GetPNOMLength<MED::eV2_1>();
     return MED::GetPNOMLength<MED::eV2_2>();
   }
 
index 55c0c695c2f892a3d2e313b25fac74f1f11dad44..ce8589246cab233ccdae4257b7733e5f8074fd89 100644 (file)
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
 
 #  VISU OBJECT : interactive object for VISU entities implementation
 #  File   : Makefile.in
 #  Module : VISU
-#
+
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 lib_LTLIBRARIES= libVisuPipeLine.la
@@ -145,4 +144,4 @@ dist_VISU_img2vti_SOURCES= VISU_img2vti.cxx
 
 AM_CPPFLAGS+=$(libVisuPipeLine_la_CPPFLAGS)
 LDADD=$(libVisuPipeLine_la_LDFLAGS) libVisuPipeLine.la \
-       -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2  -lMEDWrapper_V2_1 -lMEDWrapperBase -lsuit -lqtx -lSALOMEBasics -lvtkWidgets
+       -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapperBase -lsuit -lqtx -lSALOMEBasics -lvtkWidgets
index eba2518d7035880c82cfac496c4938347cbc9bf5..851b7e5620ac6f21e986a3e1274ec70b846b3dec 100644 (file)
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
 
 #  File   : Makefile.am
 #  Author : Alexey Petrov
 #  Module : VISU
-#
+
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 # Libraries targets
@@ -215,6 +214,5 @@ VISU_I_LDADD=\
        -lMEDWrapper \
        -lMEDWrapperBase \
        -lMEDWrapper_V2_2 \
-       -lMEDWrapper_V2_1 \
        -lmedmem \
        @CORBA_LIBS@