class to store global variables
More...
#include <globals.h>
|
| static std::string | url = "http://www.votca.org" |
| | web of the package
|
| static std::string | email = "devs@votca.org" |
| | email address of the developers
|
| static bool | VOTCA_MKL |
| | If Eigen is overloaded with MKL.
|
class to store global variables
This class is used to access global variables
Definition at line 47 of file globals.h.
◆ email
| std::string votca::tools::globals::email = "devs@votca.org" |
|
static |
email address of the developers
Definition at line 52 of file globals.h.
◆ url
| std::string votca::tools::globals::url = "http://www.votca.org" |
|
static |
web of the package
Definition at line 50 of file globals.h.
◆ VOTCA_MKL
| bool votca::tools::globals::VOTCA_MKL |
|
static |
The documentation for this struct was generated from the following files: