fd

Sun Jul 17 19:14:09 MST 2005


example of use of lsoda integrator:

fd.c -> fd == generator of model data for use in analysis of driven atom
motions in md sim

2nd order ode: 
	variables:
		y(t), ydot(t), t
	derivs needed for integrator:
		ydot(t), ydotdot(t), t


fd.c compiles with change in malloc include -> stdlib and usual
cflags in makefile ...



