[Commits] [Carpet] branch, master, updated. carpet-6-init-155-g235533f

Carpet git repositories carpetgit at stellarcollapse.org
Fri Mar 8 14:33:46 CST 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  235533f662769910df4d6cc32605cc317a3306a1 (commit)
      from  45077d797fb6e86e2b172156c899ee3be6f97424 (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 235533f662769910df4d6cc32605cc317a3306a1
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Fri Mar 8 15:33:39 2013 -0500

    Replace Cactus complex number type with C/C++ complex numbers
    
    Map CCTK_COMPLEX to "double complex" in C, and "complex<double>" in
    C++. (It is already mapped to "double complex" in Fortran.)
    
    Update type definitions.
    
    Re-implement Cactus complex number math functions by calling the
    respective C functions.
    
    Update thorn that access real and imaginary parts of complex numbers
    to use standard-conforming methods instead.

-----------------------------------------------------------------------

Summary of changes:
 Carpet/CarpetIOBasic/src/iobasic.cc     |   10 +---
 Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc |   16 ++++----
 Carpet/CarpetIOScalar/src/ioscalar.cc   |   12 ++----
 Carpet/CarpetLib/src/dist.cc            |   71 +++++++++----------------------
 4 files changed, 35 insertions(+), 74 deletions(-)


hooks/post-receive
--
Carpet — Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>


More information about the Commits mailing list