MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
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
46const char* INVERSELIB::buildDateTime(){ return UTILSLIB::dateTimeNow();}
47
48//=============================================================================================================
49
50const char* INVERSELIB::buildHash(){ return UTILSLIB::gitHash();}
51
52//=============================================================================================================
53
54const char* INVERSELIB::buildHashLong(){ return UTILSLIB::gitHashLong();}
inverse library export/import macros.
INVERSESHARED_EXPORT const char * buildHashLong()
INVERSESHARED_EXPORT const char * buildDateTime()
INVERSESHARED_EXPORT const char * buildHash()