forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathverify.h
More file actions
19 lines (16 loc) · 742 Bytes
/
Copy pathverify.h
File metadata and controls
19 lines (16 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
@file verify.h
@brief Validate the options. This will become a mess!
@author Rory Barnes ([RoryBarnes](https://github.com/RoryBarnes/))
@date May 7 2014
*/
/* @cond DOXYGEN_OVERRIDE */
void VerifyBodyExit(char[],char[],char[],int,int,int);
void DoubleLineExit(char[],char[],int,int);
void VerifyTripleExit(char[],char[],char[],int,int,int,char[],int);
void VerifyOptions(BODY*,CONTROL*,FILES*,MODULE*,OPTIONS*,OUTPUT*,SYSTEM*,UPDATE*,fnIntegrate*,fnUpdateVariable****);
void VerifyDynEllip(BODY*,CONTROL*,OPTIONS*,char[],int,int);
int bFloatComparison(double,double);
void fnNullDerivatives(BODY*,EVOLVE*,MODULE*,UPDATE*,fnUpdateVariable***);
void VerifyPropertyNULL(BODY*,CONTROL*,FILES*,OPTIONS*,SYSTEM*,int);
/* @endcond */