https://github.com/geodynamics/citcoms
Revision e60fafdb1e931dff7a6e21783f34fe111eafe53a authored by Eric Heien on 22 July 2011, 01:55:47 UTC, committed by Eric Heien on 22 July 2011, 01:55:47 UTC
1 parent c9c0555
Raw File
Tip revision: e60fafdb1e931dff7a6e21783f34fe111eafe53a authored by Eric Heien on 22 July 2011, 01:55:47 UTC
Changed tracer code to use Tracer object and initial work on Spherical/Cartesian coordinate objects
Tip revision: e60fafd
.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