XC Open source finite element analysis program
version.h
1 #ifndef VERSION_H
2 #define VERSION_H
3 
4 #include <string>
5 namespace XC{
6 //Global version strings
7 extern const std::string gVERSION;
8 extern const std::string gVERSION_SHORT;
9 } //end namespace XC
10 #endif //VERSION_H
================================================================================
Definition: ContinuaReprComponent.h:34