https://github.com/geodynamics/citcoms
Revision ee214e5256de880b397a2d56a4ea0664df5073b8 authored by Eh Tan on 05 October 2009, 19:06:34 UTC, committed by Eh Tan on 05 October 2009, 19:06:34 UTC
replace MAX_MAT with CITCOM_MAX_VISC_LAYER.

1 parent 2622434
Raw File
Tip revision: ee214e5256de880b397a2d56a4ea0664df5073b8 authored by Eh Tan on 05 October 2009, 19:06:34 UTC
Add pyre binding of z_layer, r_grid_layers, rr, and nr.
Tip revision: ee214e5
.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