This is the REACT package.
To make it:
	edit the makefile in the REACT directory; changing 
		CFLAGS should be all that is needed;
	edit the makefile in this directory (reaction); change
		CLFAGS as needed and set REACT_DIR to the REACT directory,
		which will have libq.a;
	from directory reaction:
		make libq.a
			to compile the lsoda integrater
		make react
	try react out with:
		run
	you should get a results file, scr.r, two input files, scr.[pm],
		and a crude plot of the time profile of chymotrypsin
		reaction;

Send correspondance, bug reports to: 

___________________________________________________________
|Mike Whitbeck             | whitbeck@unssun.unr.edu      |
|Desert Research Inst.     | whitbeck@wheeler.wrc.unr.edu |
|POB 60220                 | whitbeck@sanjuan.UUCP        |
|RENO, NV 89506            | 702-673-7348                 |
|__________________________|______________________________|

----------------------------------------------------------------------

Wed May 29 23:02:35 MST 1991

Changes by:

John Rupley
 uucp: ..{uunet | ucbvax | cmcl2 | noao}!arizona!rupley!local
 internet: rupley!local@cs.arizona.edu
 (H) 30 Calle Belleza, Tucson AZ 85716 - (602) 325-4533
 (O) Dept. Biochemistry, Univ. Arizona, Tucson AZ 85721 - (602) 621-3929

The revisions are documented lightly in CHANGES.053091.

----------------------------------------------------------------------

Files in the reaction simulation package

A.m		sample file for react
A.p		sample file for react
A.r		sample output -- new format -- ascii file
bail.c		routine for bad exit
derivs.c	compute derivatives for lsoda
errors		error messages, bug reports
initial.c	initialize parameters, etc., read from file root.p
makefile	make react, etc
parse.c		parse a mechanism, read from file root.m
posting1	notice of original release
readme		this file
readme.original	this file as in original posting
rxn.c		main routine for react
rxn.h		header file for react
wr_results.c	write results to stdout
wr_header.c	write header information to stdout

run		wrapper for react: creates .m and .p files, writes 
		results to a .r file, and generates a crude plot
extract		awk source: reformat react output -- reduce significant
		figures, select subset of concentrations, ...

[shell scripts/progs elswhere == ~/bin]
ttygraph	wrapper and awk source for a crude plotter
ttygraph.awk
prep		awk source: massage react output for input to ttygraph

CHANGES.*	undetailed comments on changes made to original posting 
