Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Annotation of /trunk/paramin-beta/paramin.h
[mareframe] / trunk / paramin-beta / paramin.h Repository:
ViewVC logotype

Annotation of /trunk/paramin-beta/paramin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download)

1 : agomez 1 #ifndef paramin_h
2 :     #define paramin_h
3 :    
4 :     /* All the standard header files needed by paramin are also required
5 :     * by gadget, so the easiest way to include them is to include the
6 :     * gadget header file. This also gives us all the constants that are
7 :     * defined for gadget, so we only need to define any new ones here */
8 :     #include "gadget.h"
9 :    
10 :     /* Also defined are some of the constants used by Paramin */
11 :     const double LINACC = 0.00001;
12 :     const double BORMACC = 0.001;
13 :    
14 :     /* Update the following line each time upgrades are implemented */
15 :     #define PARAMINVERSION "2.1.00-BETA"
16 :    
17 :     #endif

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge