https://github.com/geodynamics/citcoms
Revision 5a6accfaee837bbb16563b1dd77ae9e7ff0e0bf7 authored by Thorsten Becker on 26 May 2009, 15:03:36 UTC, committed by Thorsten Becker on 26 May 2009, 15:03:36 UTC
Changed conversion of coordinates, now assignment works. 


1 parent accc9b4
Raw File
Tip revision: 5a6accfaee837bbb16563b1dd77ae9e7ff0e0bf7 authored by Thorsten Becker on 26 May 2009, 15:03:36 UTC
Fixed typo in blob temperature assignment.
Tip revision: 5a6accf
.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