Relacs
0.9.8
|
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <iomanip>
#include <sstream>
#include <iterator>
#include <algorithm>
#include <relacs/options.h>
#include <relacs/parameter.h>
Namespaces | |
relacs | |
Functions | |
bool | operator== (const Parameter &p1, const Parameter &p2) |
bool | operator== (const Parameter &p, const string &name) |
ostream & | operator<< (ostream &str, const Parameter &p) |
Variables | |
const int | NUnits = 50 |
string | UnitPref [NUnits] |
double | UnitFac [NUnits] |