MNE-CPP  0.1.9
A Framework for Electrophysiology
inverse_global.cpp
Go to the documentation of this file.
1 //=============================================================================================================
36 //=============================================================================================================
37 // INCLUDES
38 //=============================================================================================================
39 
40 #include "inverse_global.h"
41 
42 //=============================================================================================================
43 // DEFINE METHODS
44 //=============================================================================================================
45 
46 const char* INVERSELIB::buildDateTime(){ return UTILSLIB::dateTimeNow();}
47 
48 //=============================================================================================================
49 
50 const char* INVERSELIB::buildHash(){ return UTILSLIB::gitHash();}
51 
52 //=============================================================================================================
53 
54 const char* INVERSELIB::buildHashLong(){ return UTILSLIB::gitHashLong();}
INVERSELIB::buildHashLong
const INVERSESHARED_EXPORT char * buildHashLong()
Definition: inverse_global.cpp:54
INVERSELIB::buildDateTime
const INVERSESHARED_EXPORT char * buildDateTime()
Definition: inverse_global.cpp:46
INVERSELIB::buildHash
const INVERSESHARED_EXPORT char * buildHash()
Definition: inverse_global.cpp:50
inverse_global.h
inverse library export/import macros.