https://github.com/geodynamics/citcoms
Revision 5a0eadfd7ff11a7494442933abf87f58cbb2efee authored by Rajesh Kommu on 25 June 2014, 23:11:59 UTC, committed by Rajesh Kommu on 25 June 2014, 23:11:59 UTC
parameters with default values from cookbook4 in the examples/Cookbook4
directory
1 parent e13ba7e
Raw File
Tip revision: 5a0eadfd7ff11a7494442933abf87f58cbb2efee authored by Rajesh Kommu on 25 June 2014, 23:11:59 UTC
Updated Cookbook 4 in the CitcomS manual to the pure C version. Removed
Tip revision: 5a0eadf
.gitignore
# ignore svn externals
.svn

# 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

# ignore files generated by make
archimedes/__init__.pyc
bin/CitcomSFull
bin/CitcomSRegional
bin/citcoms
bin/mpipycitcoms
bin/pycitcoms
visual/project_geoid

# ignore LaTex aux files, log files, etc
*.aux
*.lof
*.log
*.out
*.toc
doc/citcoms-manual.synctex.gz
back to top