1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/cad/salome-gui/files/patch-GUI_SUIT_ResourceMgr.cxx
Philip M. Gollucci 667bb62ff2 SALOME is a free software that provides a generic platform for Pre
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 GUI module.

WWW: http://www.salome-platform.org
- Stas Timokhin
devel@stasyan.com

PR:		ports/143469
Submitted by:	Stas Timokhin <devel at stasyan.com>
2010-02-12 22:14:27 +00:00

12 lines
368 B
C++

--- src/SUIT/SUIT_ResourceMgr.cxx.orig 2009-05-27 16:00:05.000000000 +0700
+++ src/SUIT/SUIT_ResourceMgr.cxx 2009-05-27 16:01:20.000000000 +0700
@@ -20,6 +20,8 @@
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#include "SUIT_ResourceMgr.h"
+#include <cstdlib>
+#include <climits>
#include <qfileinfo.h>
#include <qdir.h>