nec2++  1.7.0
nec2cpp.h
1 /*
2  * nec2cpp.h - header file for nec2 c++
3  */
4 
5 #include "math_util.h"
6 
7 using namespace std;
8 
9 int main(int argc, char **argv);
10 void fblock(int nrow, int ncol, int imax, int ipsym);
11 
12 #include "misc.h"
13 
14