https://github.com/geodynamics/citcoms
Revision 6f05c7aabb9a38bbe8c07cd3d496da10db4f501f authored by Thorsten Becker on 30 May 2008, 18:42:57 UTC, committed by Thorsten Becker on 30 May 2008, 18:42:57 UTC
1 parent de1b3e0
Raw File
Tip revision: 6f05c7aabb9a38bbe8c07cd3d496da10db4f501f authored by Thorsten Becker on 30 May 2008, 18:42:57 UTC
Fixed typo in memory allocation procedure that led to core dump.
Tip revision: 6f05c7a
.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