ParM
parm
A molecular dynamics library
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
swig_header.h
Go to the documentation of this file.
1
// **************** BEGIN PREPARED HEADER **************** //
2
// Some basic GCC initialization stuff to go at the beginning of the SWIG generated C++
3
4
#if (defined(__GNUC__) || defined(__GNUG__)) && !(defined(__clang__))
5
// || defined(__INTEL_COMPILER)
6
7
// Ignore these two directives *only* in sim_wrap.cxx
8
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
9
#endif
10
11
#pragma GCC diagnostic ignored "-Wconversion"
12
13
// **************** END PREPARED HEADER **************** //
Generated on Wed Nov 4 2015 14:48:55 for ParM by
1.8.10