Skip to content

Commit

Permalink
documentation for input arg
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Jun 26, 2024
1 parent 0297a10 commit c0890b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Omega_h_class.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Omega_h {

class Mesh;

void classify_by_angles(Mesh* mesh, Real sharp_angle);
void classify_by_angles(Mesh* mesh, Real sharp_angle /*in radians*/);

void classify_sides_by_exposure(Mesh* mesh, Read<I8> side_is_exposed);
void classify_hinges_by_sharpness(
Expand Down

0 comments on commit c0890b6

Please sign in to comment.