#ifndef WMMGAM_H
#define WMMGAM_H
/*
 * WMM
 * Wave-matching method for mode analysis of dielectric waveguides
 * Manfred Lohmeyer 
 * University of Osnabrueck, Department of Physics
 * Barbarastrasse 7, D-49069 Osnabrueck, Germany
 * (1999)
 * Manfred Hammer
 * University of Twente, Faculty of Mathematical Sciences
 * P.O. Box 217, 7500AE Enschede, The Netherlands
 * (2002)
 */

/*
 * wmmgam.h
 * spectral discretization 
 */


extern double GPxa, GPxr, GPxb;
extern double GPya, GPyr, GPyb;
extern double GPw;

extern double GFDiff;
extern double MaxWvpA;
extern int Vlsg;

int afdisc(Fstype typ, char pfqf, double pvz, double qvz, 
                  double *afvec);

#define MTFPSET 1000

#endif // WMMGAM_H

