https://github.com/geodynamics/citcoms
Revision f71b31763955429f9b0c987a7bd7e6ffc59968bc authored by Thorsten Becker on 24 May 2010, 18:00:39 UTC, committed by Thorsten Becker on 24 May 2010, 18:00:39 UTC
1 parent ed7e8ae
Raw File
Tip revision: f71b31763955429f9b0c987a7bd7e6ffc59968bc authored by Thorsten Becker on 24 May 2010, 18:00:39 UTC
toplayerbc > 0 will now assign BCs for all noes with r >= toplayerbc_r, which defaults to
Tip revision: f71b317
.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