From: Markus R. <rol...@us...> - 2007-02-09 20:12:05
|
Update of /cvsroot/simspark/simspark/spark/oxygen/geometryserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10347/oxygen/geometryserver Modified Files: Tag: WIN32 stdmeshimporter.cpp Log Message: Index: stdmeshimporter.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/geometryserver/stdmeshimporter.cpp,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** stdmeshimporter.cpp 5 Dec 2005 21:16:49 -0000 1.1 --- stdmeshimporter.cpp 9 Feb 2007 20:11:56 -0000 1.1.2.1 *************** *** 309,314 **** float tmp,nx,start_nx,start_ny; ! float l = ccLength * 0.5; ! float a = g2PI / n; float sa = gSin(a); float ca = gCos(a); --- 309,314 ---- float tmp,nx,start_nx,start_ny; ! float l = ccLength * 0.5f; ! float a = static_cast<float>(g2PI / n); float sa = gSin(a); float ca = gCos(a); |