May 18 2007 6:04:23.459 AM ODE_PRB FORTRAN90 version Test the routines in the ODE library. TEST01 ODE solves a system of ordinary differential equations. T Y(1) Y(2) 0.0000 1.00000 .000000 0.5236 .866025 -.500000 1.0472 .499998 -.866029 1.5708 -0.460354E-05 -1.00000 2.0944 -.500004 -.866023 2.6180 -.866021 -.499997 3.1416 -.999989 -0.258833E-05 3.6652 -.866013 .499988 4.1888 -.499993 .865990 4.7124 -0.131557E-04 .999958 5.2360 .499959 .865992 5.7596 .865971 .499993 6.2832 .999950 0.193445E-04 TEST02 ODE solves a system of ordinary differential equations. In this example, we integrate in the negative time direction. T Y(1) Y(2) 0.0000 1.00000 .000000 -0.5236 .866025 .500000 -1.0472 .499998 .866029 -1.5708 -0.460354E-05 1.00000 -2.0944 -.500004 .866023 -2.6180 -.866021 .499997 -3.1416 -.999989 0.258833E-05 -3.6652 -.866013 -.499988 -4.1888 -.499993 -.865990 -4.7124 -0.131557E-04 -.999958 -5.2360 .499959 -.865992 -5.7596 .865971 -.499993 -6.2832 .999950 -0.193445E-04 ODE_PRB Normal end of execution. May 18 2007 6:04:23.461 AM