12345678910111213141516 |
- /****************************************************************************
- * Null: An exercise in Zen
- *
- * This elaborate and finely crafted simulation was constructed in response
- * to a request by Tom to determine why MCell 3 doing nothing runs more
- * slowly than MCell 2 doing nothing, and whether it wasn't perhaps possible
- * to improve the situation somewhat. It's probably not an unreasonable
- * test case.
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- ITERATIONS = 10000000
- TIME_STEP = 1e-6
|