https://github.com/geodynamics/citcoms
Revision 5004fce9d3f6ede94e66a3d2beb6b7c2f40a33f0 authored by Eric Heien on 23 July 2011, 00:30:50 UTC, committed by Eric Heien on 23 July 2011, 00:30:50 UTC
1 parent 52b88a8
Raw File
Tip revision: 5004fce9d3f6ede94e66a3d2beb6b7c2f40a33f0 authored by Eric Heien on 23 July 2011, 00:30:50 UTC
Further work in simplifying tracer code and changing it to C++ (cut about 600 lines so far)
Tip revision: 5004fce
.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