Skip to content

Commit

Permalink
Fix typo in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Apr 28, 2021
1 parent 706f8ab commit 08e4b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ openmc_get_mesh_index(int32_t id, int32_t* index)
return 0;
}

// Return the ID of a mesh
//! Return the ID of a mesh
extern "C" int
openmc_mesh_get_id(int32_t index, int32_t* id)
{
Expand Down

0 comments on commit 08e4b43

Please sign in to comment.