Skip to content

Commit

Permalink
Merge branch 'box' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jbakosi committed Feb 21, 2020
2 parents 9e44074 + 543c8c8 commit a0e69b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Control/Keywords.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2652,8 +2652,7 @@ using zmax = keyword< zmax_info, TAOCPP_PEGTL_STRING("zmax") >;
struct box_info {
static std::string name() { return "box"; }
static std::string shortDescription() { return
R"(Introduce an box ... end block used to assign initial conditions within
a box given by coordinates)"; }
R"(Introduce a box ... end block used to assign initial conditions)"; }
static std::string longDescription() { return
R"(This keyword is used to introduce a box ... end block used to assign
initial conditions within a box given by spatial coordinates. Example:
Expand Down

0 comments on commit a0e69b4

Please sign in to comment.