Update of /cvsroot/gcblue/gcb_wx/src/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10547
Modified Files:
math_constants.cpp
Log Message:
newline at the end of file
Index: math_constants.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/common/math_constants.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** math_constants.cpp 15 Dec 2003 04:19:59 -0000 1.2
--- math_constants.cpp 28 Mar 2004 18:50:31 -0000 1.3
***************
*** 27,29 ****
double toDegrees(double rad) {return C_180OVERPI*rad;}
float toDegrees(float rad) {return C_180OVERPI*rad;}
! }
\ No newline at end of file
--- 27,30 ----
double toDegrees(double rad) {return C_180OVERPI*rad;}
float toDegrees(float rad) {return C_180OVERPI*rad;}
! }
!
|