Revision e72de8fd15482647700ff8819a7798840c97139b authored by Eric Heien on 01 August 2011, 18:54:31 UTC, committed by Eric Heien on 01 August 2011, 18:54:31 UTC
Merged regional and full tracer initialization routines
Added classes for cap boundaries
Currently roughly 1000 lines shorter than original code

1 parent 1231be7
Raw File
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top