https://github.com/geodynamics/citcoms
Revision ddf2819f3bd29f680e9b60dd075431a36b4a05bc authored by Thorsten Becker on 05 September 2016, 06:01:39 UTC, committed by Thorsten Becker on 05 September 2016, 06:01:39 UTC
bulk_composition now is an array somehow, this didn't jive with older output routines, now fixed, for now
added the print all parameters routine back in, not sure what the purpose is, but that got lost in the previous sync
1 parent 3e152ec
Raw File
Tip revision: ddf2819f3bd29f680e9b60dd075431a36b4a05bc authored by Thorsten Becker on 05 September 2016, 06:01:39 UTC
More fixes of comments within comments which some compilers hate. I.e. removed more /**/ kind of stuff
Tip revision: ddf2819
.gitignore
# ignore svn externals
.svn

# 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

# ignore files generated by make
archimedes/__init__.pyc
bin/CitcomSFull
bin/CitcomSRegional
bin/citcoms
bin/mpipycitcoms
bin/pycitcoms
visual/project_geoid
Py2C/Py2C

# ignore LaTex aux files, log files, etc
*.aux
*.lof
*.log
*.out
*.toc
doc/citcoms-manual.synctex.gz

visual/OpenDXMacro/Makefile.in

visual/OpenDXMacro/Makefile

config.h.in~

visual/OpenDXMacro/Makefile

visual/OpenDXMacro/Makefile.in
back to top