[Commits] [Carpet] branch, master, updated. carpet-6-init-171-g671c86c
Carpet git repositories
carpetgit at stellarcollapse.org
Tue Apr 2 17:30:19 CDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Carpet â Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>".
The branch, master has been updated
via 671c86c079faa37386f59eb3c814dc837c4df4c5 (commit)
from c0c03fece68597fddfef57948334c5c99154f244 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 671c86c079faa37386f59eb3c814dc837c4df4c5
Author: Erik Schnetter <schnetter at gmail.com>
Date: Tue Apr 2 18:29:33 2013 -0400
Replace abs() by fabs()
Replace calls to abs() with floating arguments by calls to fabs(), to ensure the results are not accidentally truncated to integer.
-----------------------------------------------------------------------
Summary of changes:
Carpet/Carpet/src/Evolve.cc | 6 ++--
Carpet/Carpet/src/Recompose.cc | 2 +-
Carpet/Carpet/src/SetupGH.cc | 4 +-
Carpet/CarpetIOBasic/src/iobasic.cc | 4 +--
Carpet/CarpetInterp2/src/fasterp.cc | 4 +-
Carpet/CarpetLib/src/gdata.cc | 7 ++---
Carpet/CarpetLib/src/ggf.cc | 25 +++++++----------
Carpet/CarpetLib/src/interpolate_3d_2tl.cc | 2 +-
Carpet/CarpetLib/src/interpolate_3d_3tl.cc | 2 +-
Carpet/CarpetLib/src/interpolate_3d_4tl.cc | 4 +-
Carpet/CarpetLib/src/interpolate_3d_5tl.cc | 8 +++---
Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc | 2 +-
Carpet/CarpetLib/src/prolongate_3d_cc_eno_rf2.cc | 28 ++++++++++----------
.../CarpetLib/src/prolongate_3d_cc_enovol_rf2.cc | 8 +++---
Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc | 2 +-
Carpet/CarpetLib/src/prolongate_3d_rf2.cc | 4 +-
Carpet/CarpetLib/src/vect.hh | 1 +
17 files changed, 53 insertions(+), 60 deletions(-)
hooks/post-receive
--
Carpet â Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>
More information about the Commits
mailing list