05c91872bd
and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains MED module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/143469 Submitted by: Stas Timokhin <devel at stasyan.com>
20 lines
944 B
C++
20 lines
944 B
C++
--- src/MEDMEM/MEDMEM_define.hxx.orig 2009-03-18 20:52:30.000000000 +0600
|
|
+++ src/MEDMEM/MEDMEM_define.hxx 2009-06-04 14:59:23.000000000 +0700
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <iostream>
|
|
-#include <string>
|
|
+#include <cstring>
|
|
#include <assert.h>
|
|
|
|
// UTILE AUX DEUX NAMESPACES
|
|
@@ -117,7 +117,7 @@
|
|
// //#define MED_ALL 0 !!!!! NB: WARNING MED_ALL deja utilise dans l'enum medGeometryElement !!!!!!!!
|
|
// #define MED_ALL 0
|
|
|
|
-#if defined(SUN4SOL2) || defined(PCLINUX) || defined(PCLINUX64_32) || defined(OSF1_32) || defined(IRIX64_32) || defined(RS6000)
|
|
+#if defined(SUN4SOL2) || defined(PCLINUX) || defined(PCLINUX64_32) || defined(OSF1_32) || defined(IRIX64_32) || defined(RS6000) || defined(FREEBSD)
|
|
/* interface C/FORTRAN */
|
|
/* this true only with g77 and gcc : we must change it to use directly NOMF_... and INT32 or INT64 - it will be more simple to understand and to use ! */
|
|
// #define NOMF_POST_UNDERSCORE
|