//-*- 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