https://github.com/geodynamics/citcoms
Revision 8507b404cc51633db6edb64f7ff63277e5a20b38 authored by Thorsten Becker on 07 February 2011, 00:32:59 UTC, committed by Thorsten Becker on 07 February 2011, 00:32:59 UTC
to compare model computations with previous versions. 


1 parent 12ac22c
Raw File
Tip revision: 8507b404cc51633db6edb64f7ff63277e5a20b38 authored by Thorsten Becker on 07 February 2011, 00:32:59 UTC
Reversed, temporarily, the use of nearneighbor because it makes it easier
Tip revision: 8507b40
.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