#include #include #include #include "openems.h" #include "examples/FDTD_examples.h" #define STANDALONE using namespace std; int main(int argc, char *argv[]) { openEMS FDTD; #ifdef STANDALONE if (argc<=1) { cerr << " usage: openEMS FDTD_XML_FILE [--disable-dumps]" << endl; exit(-1); } if (argc>=3) { for (int n=2;n