summaryrefslogtreecommitdiffstats
path: root/includes/volt45.hpp
blob: 8154e2e64824af8595279a6790bbc3ae5db14073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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