#include "stdio.h" #include "math.h" #include "stdlib.h" #define TWOPI 6.283185307179586476925287 #define PI 3.141592653589793238462643 double sech(double); int main(int argc,char **argv) { int i,j; int n = 100; double theta1,theta2; double phi1,phi2; double x,y,z; FILE *fptr; fptr = fopen("surf1a.geom","w"); for (i=0;i