#lang setup/infotab (define name "ODE Solver Sub-Collection") (define blurb (list "A collection of modules that provides an ordinary differential equation solver " "for initial value problems.")) (define compile-omit-files (list "rk2.ss" "rk4.ss" "rkf45.ss"))