https://github.com/geodynamics/citcoms
Revision 0f1fbbff38aa0322f199828d32023cb2e3bd0bb0 authored by Eh Tan on 18 September 2011, 03:54:13 UTC, committed by Eh Tan on 18 September 2011, 03:54:13 UTC
1 parent cebdfcb
Raw File
Tip revision: 0f1fbbff38aa0322f199828d32023cb2e3bd0bb0 authored by Eh Tan on 18 September 2011, 03:54:13 UTC
fixed a bug that when the perturblayer is on the internal boundary, the temperature perturbation wasn't added to the lower processor.
Tip revision: 0f1fbbf
.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