https://github.com/geodynamics/citcoms
Revision 1a1c8336b829eb8efa23f23240228ab3ce3bd900 authored by Leif Strand on 13 February 2009, 03:39:35 UTC, committed by Leif Strand on 13 February 2009, 03:39:35 UTC
updating old K&R style functions, adding function prototypes, adding
casts, etc.

1 parent 8e778fa
Raw File
Tip revision: 1a1c8336b829eb8efa23f23240228ab3ce3bd900 authored by Leif Strand on 13 February 2009, 03:39:35 UTC
New, unauthorized, experimental branch. Ported C code to C++,
Tip revision: 1a1c833
.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