1 // phi0.h
2 #ifndef PHI0_H
3 #define PHI0_H
4 
5 extern float phi0( float xf );
6 
7 #endif
8