Skip to content

Commit

Permalink
Add docs to ah::ObjectLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Dec 19, 2022
1 parent e44a3ce commit 85577b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ApparentHorizons/ObjectLabel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@

namespace ah {
/// Labels for the objects in a binary system.
enum class ObjectLabel { A, B };
enum class ObjectLabel {
/// The object on the right side (along the grid-frame x-axis)
A,
/// The object on the left side (along the grid-frame x-axis)
B
};

std::string name(const ObjectLabel x);

Expand Down

0 comments on commit 85577b8

Please sign in to comment.