next up previous contents index
Next: Error conditions Up: Header LALVersion.h Previous: Global variables   Contents   Index

Macros

#define LALVersionRequired( major, minor )        ( LAL_VERSION_MAJOR > ( major ) ||                ( LAL_VERSION_MAJOR == ( major ) && LAL_VERSION_MINOR >= ( minor ) ) )

This macro returns 0 (false) if you do not have the require version of LAL, or 1 (true) if you do.



LAL test account 2003-10-23