when compiling LAMMPS in a git checkout, embed and print git branch and revision info into the executable
This commit is contained in:
@ -64,6 +64,7 @@ class LAMMPS {
|
||||
class CiteMe *citeme; // citation info
|
||||
|
||||
static const char * installed_packages[];
|
||||
static const char git_version[];
|
||||
|
||||
LAMMPS(int, char **, MPI_Comm);
|
||||
~LAMMPS();
|
||||
|
||||
Reference in New Issue
Block a user