From b18347ffc9db9641e215995edea1c04c363b2bdf Mon Sep 17 00:00:00 2001 From: Angelo Rossi Date: Wed, 21 Jun 2023 12:04:16 +0000 Subject: Initial commit. --- includes/volt45.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 includes/volt45.hpp (limited to 'includes/volt45.hpp') 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 +#include +#include + +namespace volpri { + + extern double pVoltI[ 50 ]; + extern double pVoltK[ 50 ]; + extern double pVIM[ 50 ]; + +} + +#endif // _VOLT45_HPP + +// end of file volt45.hpp -- cgit v1.2.3