https://github.com/geodynamics/citcoms
Revision d5b89ca96f9db8e3e4ebd64fc6c7c623b47e5bc1 authored by Thorsten Becker on 09 April 2009, 20:37:59 UTC, committed by Thorsten Becker on 09 April 2009, 20:37:59 UTC
1 parent 9d6cfb4
Raw File
Tip revision: d5b89ca96f9db8e3e4ebd64fc6c7c623b47e5bc1 authored by Thorsten Becker on 09 April 2009, 20:37:59 UTC
Fixed file output issue which caused vtk log file I/O to bomb during Citcom finalize.
Tip revision: d5b89ca
.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