https://github.com/geodynamics/citcoms
Revision a2cf0e8036b203c23091231abb7ee9edabe10693 authored by Rajesh Kommu on 26 June 2014, 03:58:55 UTC, committed by Rajesh Kommu on 26 June 2014, 03:58:55 UTC
Cleaned up cookbook2 file in the examples/Cookbook2 directory
1 parent 79bf0c0
Raw File
Tip revision: a2cf0e8036b203c23091231abb7ee9edabe10693 authored by Rajesh Kommu on 26 June 2014, 03:58:55 UTC
Updated Cookbook 2 in the CitcomS manual to the pure C version.
Tip revision: a2cf0e8
.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