https://github.com/geodynamics/citcoms
Revision 7ef78145f311606a50940d6710180f3d70554fd1 authored by Eric Heien on 14 July 2011, 00:06:30 UTC, committed by Eric Heien on 14 July 2011, 00:06:30 UTC
Changed autoconf to use C++ compiler
Fixed numerous C++ syntax violations
Fixed several minor bugs

1 parent 06cd90c
Raw File
Tip revision: 7ef78145f311606a50940d6710180f3d70554fd1 authored by Eric Heien on 14 July 2011, 00:06:30 UTC
Initial work in converting tracer code to C++
Tip revision: 7ef7814
.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