https://github.com/geodynamics/citcoms
Revision 8688232de8dc65b3c8450e436de1f29c7734aa60 authored by Eh Tan on 08 February 2008, 23:54:36 UTC, committed by Eh Tan on 08 February 2008, 23:54:36 UTC
* A bunch of debugging output (disabled)

* Disable more debugging output

1 parent aed8cda
Raw File
Tip revision: 8688232de8dc65b3c8450e436de1f29c7734aa60 authored by Eh Tan on 08 February 2008, 23:54:36 UTC
* Using a different reference point for uv space. This fixed a nasty bug when some cap extends over ~pi/2.
Tip revision: 8688232
.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