https://github.com/geodynamics/citcoms
Revision 500e3f555c5e7965b7c317d064bc7ad16a673cb0 authored by Leif Strand on 27 May 2009, 02:32:03 UTC, committed by Leif Strand on 27 May 2009, 02:32:03 UTC
1 parent 511d3f3
Raw File
Tip revision: 500e3f555c5e7965b7c317d064bc7ad16a673cb0 authored by Leif Strand on 27 May 2009, 02:32:03 UTC
Parallelized strip_bcs_from_residual().
Tip revision: 500e3f5
.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