Update of /cvsroot/pure-data/externals/tb/chaos/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15720
Modified Files: driven_anharmonic.hpp Log Message: thnx thomas
Index: driven_anharmonic.hpp =================================================================== RCS file: /cvsroot/pure-data/externals/tb/chaos/src/driven_anharmonic.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** driven_anharmonic.hpp 12 Feb 2005 08:58:20 -0000 1.2 --- driven_anharmonic.hpp 11 May 2005 20:26:46 -0000 1.3 *************** *** 72,76 **** if (m_t > 2 * M_PI) ! m_t = fmod(m_t, (data_t)2*M_PI); } --- 72,76 ---- if (m_t > 2 * M_PI) ! m_t = fmod(m_t, (data_t)(M_PI*2)); }