00001 // solvers.h 00002 // Copyright (C) 2008 Battelle Memorial Institute 00003 // 00004 // ETP solver utilities 00005 // 00006 // Update with advanced solver in June 2008 by D. Chassin 00007 00008 #ifndef _SOLVERS_H 00009 #define _SOLVERS_H 00010 00011 double e2solve( double a,double n,double b,double m,double c,double p=1e-8,double *e=NULL); 00012 00013 #endif