README ctrw
===========

ctrw is a library of functions for use with GRACE  http://plasma-gate.weizmann.ac.il/Grace/
You find the newest version of the ctrw-library and further documentation on our 
WWW-page http://www.weizmann.ac.il/ESER/People/Brian/CTRW/

INSTALLATION
============

1a) - download binary for you platform
    - uncompress binary:
	e.g. gunzip ctrw_linux386.so.gz

1b) - download source file
    - uncompress and untar source file
	e.g. tar xvzf ctrw.tgz
    - change directory
	cd ctrw
    - edit makefile -> change the compiler flags according to your platform
                       adjust path for "CTRW_HOME"
    - type "make"

2) copy library into "~/grace/lib" or wherever your grace-directory is located
	cp ctrw.so ~/grace/lib


USAGE
=====

- modify hist.com
	you have to adjust the path of the CTRW library for each command, e.g.

	USE "ctrw01" TYPE f_of_ppd FROM "~/grace/lib/ctrw.so"
	USE "ctrwi01i" TYPE f_of_ppd FROM "~/grace/lib/ctrw.so"
	USE "ctrw12" TYPE f_of_ppd FROM "~/grace/lib/ctrw.so"
	USE "ctrwi12i" TYPE f_of_ppd FROM "~/grace/lib/ctrw.so"

- start xmgrace: "xmgrace -batch hist.com"

- now you can use the functions as described on the web-page
