# | Line 73 | Line 73 | int main(int argc,char* argv[]){ | |
---|---|---|
73 | std::string revision; | |
74 | //convert a macro from compiler to a string in c++ | |
75 | STR_DEFINE(revision, SVN_REV ); | |
76 | + | if (revision.empty()) revision.assign("release"); |
77 | + | |
78 | revision.resize(8,' '); | |
79 | ||
80 | #ifdef IS_MPI |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |