https://github.com/geodynamics/citcoms
Revision 9c045e8902501e66274d2dad68e8e349a4bc6d55 authored by Thorsten Becker on 03 February 2011, 21:06:35 UTC, committed by Thorsten Becker on 03 February 2011, 21:06:35 UTC
Fixed a few compiler complaints. 

Made sure that atemp is always set in Viscosity_structures, making
mat_control > 0 feasible, not just 0 or 1


1 parent 8dcea68
Raw File
Tip revision: 9c045e8902501e66274d2dad68e8e349a4bc6d55 authored by Thorsten Becker on 03 February 2011, 21:06:35 UTC
Uptdated prototypes file.
Tip revision: 9c045e8
.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