3314f8c47a
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 KERNEL module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/143469 Submitted by: Stas Timokhin <devel at stasyan.com>
10 lines
304 B
C++
10 lines
304 B
C++
--- src/Container/Container_i.cxx.orig 2009-03-18 20:52:29.000000000 +0600
|
|
+++ src/Container/Container_i.cxx 2009-05-20 10:21:06.000000000 +0700
|
|
@@ -29,6 +29,7 @@
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <time.h>
|
|
+#include <sys/wait.h>
|
|
#ifndef WIN32
|
|
#include <sys/time.h>
|
|
#include <dlfcn.h>
|