https://github.com/geodynamics/citcoms
Revision d8f08c443b13ce2e2072d436fce15d7f70500324 authored by Eh Tan on 14 October 2011, 18:27:24 UTC, committed by Eh Tan on 14 October 2011, 18:27:24 UTC
1 parent 0f1fbbf
Raw File
Tip revision: d8f08c443b13ce2e2072d436fce15d7f70500324 authored by Eh Tan on 14 October 2011, 18:27:24 UTC
fixed a bug that h5close_field() didn't have a return statement, reported by Nicolas Flament in issue611.
Tip revision: d8f08c4
.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