RSTT  3.1.0
Regional Seismic Travel Time
TauPLocVersion.h
Go to the documentation of this file.
1 #ifndef TauPLoc_VERSION_H
2 #define TauPLoc_VERSION_H
3 #include <string>
4 
5 using namespace std;
6 // use standard library objects
7 
8 // This file is used to embed version and
9 // build date information directly into TauPLoc
10  const string TAUPLOC_VRSN = ".1.1.2";
11  const string TauPLoc_BDATE = "Sat Sep 10 06:04:09 MDT 2011";
12 
13 #endif // TauPLoc_VERSION_H
TauPLoc_BDATE
const string TauPLoc_BDATE
Definition: TauPLocVersion.h:11
TAUPLOC_VRSN
const string TAUPLOC_VRSN
Definition: TauPLocVersion.h:10