Revision f874567756d706d0e848f794550f91e20c3cb12e authored by Rajesh Kommu on 22 October 2013, 22:57:12 UTC, committed by Rajesh Kommu on 22 October 2013, 22:57:12 UTC
compiles and runs now, but the output does not match the output from the
original version.
1 parent 978f79a
Raw File
.gitignore
# ignore svn externals
.svn

# ignore object files and static libraries
*.o
lib*.a

# ignore the binaries 
bin/CitcomSRegional
bin/CitcomSFull

# 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