diff options
Diffstat (limited to 'includes/volt45.hpp')
-rw-r--r-- | includes/volt45.hpp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/includes/volt45.hpp b/includes/volt45.hpp new file mode 100644 index 0000000..8154e2e --- /dev/null +++ b/includes/volt45.hpp @@ -0,0 +1,22 @@ +//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- + +// file volt45.hpp + +#ifndef _VOLT45_HPP +#define _VOLT45_HPP + +#include <iostream> +#include <string> +#include <cstdlib> + +namespace volpri { + + extern double pVoltI[ 50 ]; + extern double pVoltK[ 50 ]; + extern double pVIM[ 50 ]; + +} + +#endif // _VOLT45_HPP + +// end of file volt45.hpp |