votca 2024-dev
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
votca::tools::globals Struct Reference

class to store global variables More...

#include <globals.h>

Collaboration diagram for votca::tools::globals:
Collaboration graph
[legend]

Static Public Attributes

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.
 

Detailed Description

class to store global variables

This class is used to access global variables

Definition at line 47 of file globals.h.

Member Data Documentation

◆ 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

If Eigen is overloaded with MKL.

Definition at line 55 of file globals.h.


The documentation for this struct was generated from the following files: