forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
verify.h
21 lines (18 loc) · 846 Bytes
/
verify.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
@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 */