[Commits] [Carpet] branch, master, updated. carpet-6-init-178-g27715e0
Carpet git repositories
carpetgit at stellarcollapse.org
Wed Apr 3 14:40:31 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 27715e024145ff1a792eb1e190e1bceb04fccd57 (commit)
from 091608eace4f7ba1cf6840752e4266d1fcbe47f4 (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 27715e024145ff1a792eb1e190e1bceb04fccd57
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date: Wed Apr 3 21:39:33 2013 +0200
Requirements: Move clauses class and some utility functions to separate files
-----------------------------------------------------------------------
Summary of changes:
Carpet/Requirements/src/Requirements.cc | 66 +------------------------------
Carpet/Requirements/src/clause.cc | 7 +--
Carpet/Requirements/src/clause.hh | 10 +++++
Carpet/Requirements/src/clauses.cc | 38 ++++++++++++++++++
Carpet/Requirements/src/clauses.hh | 32 +++++++++++++++
Carpet/Requirements/src/make.code.defn | 2 +-
Carpet/Requirements/src/util.cc | 3 +
Carpet/Requirements/src/util.hh | 35 ++++++++++++++++
8 files changed, 123 insertions(+), 70 deletions(-)
create mode 100644 Carpet/Requirements/src/clauses.cc
create mode 100644 Carpet/Requirements/src/clauses.hh
create mode 100644 Carpet/Requirements/src/util.cc
create mode 100644 Carpet/Requirements/src/util.hh
hooks/post-receive
--
Carpet â Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>
More information about the Commits
mailing list