/* Header file to accompany ezInc2.c. */ #ifndef _EZINC2_H #define _EZINC2_H #include #include #include #include "fdtd2.h" void ezIncInit(Grid *g); double ezInc(double time, double location); #endif /* matches #ifndef _EZINC2_H */