Fixed a typo. Had a [ added.

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-11-19 00:09:54 +00:00
parent 33d21df15d
commit 98e307346c

View File

@@ -100,7 +100,7 @@ integrateMomentum(
// those MIDPOINT and BACKWARD integration methods are
// in this form not ok with some testfiles !
// For a release build please use forward euler unless completely tested
[
//#define MIDPOINT
//#define BACKWARD
#ifdef MIDPOINT