Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hlim88 committed Oct 31, 2023
1 parent 686db6c commit 940d748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Z4c/z4c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Author : Hyun Lim
// Phoebus
#ifndef PHOEBUS_IN_UNIT_TESTS
#include "geometry/geometry.hpp"
#include "geometry/geometry.hpp"
#endif // PHOEBUS_UNIT_TESTS

#include "geometry/geometry_utils.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/Z4c/z4c.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Author : Hyun Lim
static std::string name() { return #ns "." #varname; } \
}

namespace z4c { // fix consistencty with namespace everywhere
namespace z4c { //TODO: check consistencty with namespace everywhere
namespace constraint{
VARIABLE(z4c.c, H); // Hamiltoninan constraint
VARIABLE(z4c.c, M); // Momentum constraint
Expand Down

0 comments on commit 940d748

Please sign in to comment.