https://github.com/geodynamics/citcoms
Revision 94e1195fcf0107ffffb8d9b1e7b8503bc5d35367 authored by Eh Tan on 13 June 2008, 23:24:32 UTC, committed by Eh Tan on 13 June 2008, 23:24:32 UTC
1 parent b118cc2
Raw File
Tip revision: 94e1195fcf0107ffffb8d9b1e7b8503bc5d35367 authored by Eh Tan on 13 June 2008, 23:24:32 UTC
Decalred variables as double to avoid float-double conversion later in the loop.
Tip revision: 94e1195
.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