COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
API.hpp
Go to the documentation of this file.
1 // Copyright (C) 2010-2013 von Karman Institute for Fluid Dynamics, Belgium
2 //
3 // This software is distributed under the terms of the
4 // GNU Lesser General Public License version 3 (LGPLv3).
5 // See doc/lgpl.txt and doc/gpl.txt for the license text.
6 
7 #ifndef cf3_mesh_gausslegendre_API_hpp
8 #define cf3_mesh_gausslegendre_API_hpp
9 
11 
14 #ifdef COOLFLUID_MESH_GAUSSLEGENDRE_EXPORTS
15 # define mesh_gausslegendre_API CF3_EXPORT_API
16 # define mesh_gausslegendre_TEMPLATE
17 #else
18 # define mesh_gausslegendre_API CF3_IMPORT_API
19 # define mesh_gausslegendre_TEMPLATE CF3_TEMPLATE_EXTERN
20 #endif
21 
23 
24 #endif // cf3_mesh_gausslegendre_API_hpp
Send comments to:
COOLFluiD Web Admin