#include <Emissions.hxx>
Public Member Functions | |
TimeZone (int N) | |
Constructor. | |
void | Init (string file_name) |
Initializes from an input file. | |
int | operator() (int i) const |
Returns the time zone offset for a given country number. | |
Public Attributes | |
vector< int > | countries_ |
EMEP country number. | |
vector< int > | local_times_ |
Time zone offset from GMT. |
|
Constructor.
|
|
Initializes from an input file.
|
|
Returns the time zone offset for a given country number.
|