=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/util3d.c,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/util3d.c 2000/01/22 14:16:02 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/util3d.c 2003/09/15 07:09:27 1.1.1.3 @@ -1,5 +1,5 @@ #ifndef lint -static char *RCSid = "$Id: util3d.c,v 1.1.1.2 2000/01/22 14:16:02 maekawa Exp $"; +static char *RCSid = "$Id: util3d.c,v 1.1.1.3 2003/09/15 07:09:27 ohara Exp $"; #endif @@ -114,7 +114,7 @@ transform_matrix mat; { double cos_teta, sin_teta; - teta *= Pi / 180.0; + teta *= M_PI / 180.0; cos_teta = cos(teta); sin_teta = sin(teta); @@ -131,7 +131,7 @@ transform_matrix mat; { double cos_teta, sin_teta; - teta *= Pi / 180.0; + teta *= M_PI / 180.0; cos_teta = cos(teta); sin_teta = sin(teta); @@ -148,7 +148,7 @@ transform_matrix mat; { double cos_teta, sin_teta; - teta *= Pi / 180.0; + teta *= M_PI / 180.0; cos_teta = cos(teta); sin_teta = sin(teta);