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 21, 2022
1 parent e44a3ce commit ee37409
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 along the positive x-axis in the grid frame
A,
/// The object along the negative x-axis in the grid frame
B
};

std::string name(const ObjectLabel x);

Expand Down

0 comments on commit ee37409

Please sign in to comment.