https://github.com/geodynamics/citcoms
Revision c9c08bbcb76f9030a03eb04b1f1cb9d49de2f8b7 authored by Eh Tan on 01 May 2009, 22:17:27 UTC, committed by Eh Tan on 01 May 2009, 22:17:27 UTC
1 parent 24392fd
Raw File
Tip revision: c9c08bbcb76f9030a03eb04b1f1cb9d49de2f8b7 authored by Eh Tan on 01 May 2009, 22:17:27 UTC
Printing a big warning when plate velocity is imposed but remove_angular_momentum or remove_rigid_rotation is on.
Tip revision: c9c08bb
.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