1 #define Skip fgets(dummy,100,Input1)
2 #define pi 3.14159265358979324
3 #define iff(x,y) if(strcmp(x,#y)==0)
6 #define Readtext(x) fgets(x,400,Input1); x[strlen(x)-1] = '\0'
7 #define Read(x,y) {fscanf(Input1,"%"#y, &x);Skip;}
11 *monitor, *Input1, *Input2, *Elevation, *Flowfield, *Solution;
13 Title[100], dummy[100],
Case[20], Currentname[10], Current1[10]=
"Euler", Current2[10]=
"Stokes",
14 Method[100], Convergence_file[50], Points_file[50], Theory[10], Diagname[30];
19 *monitor, *Input1, *Input2, *Elevation, *Flowfield, *Solution;
21 Case[], dummy[], Title[], Currentname[], Current1[], Current2[], Method[],
22 Convergence_file[], Points_file[], Theory[], Diagname[];