Hex  1.0
Hydrogen-electron collision solver
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
version.h File Reference
#include <string>
Include dependency graph for version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string logo ()
 Return the application ASCII logo for use in text outputs. More...
 
std::string logo_raw ()
 Return the application ASCII logo for use in terminal outputs. More...
 

Variables

char const * commit_hash
 SHA identificator of the commit. More...
 

Function Documentation

std::string logo ( )
std::string logo_raw ( )

Variable Documentation

char const* commit_hash

A text variable holding the commit hash identificator. It is initialized to the string passed by means of GIT_COMMIT variable during compulation.

* g++ version.cpp -DGIT_COMMIT=\"6a4gfd4\" -o version.o
*