Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mleoni-pf committed Nov 25, 2024
1 parent c453138 commit 147ae03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/dolfinx/io/XDMFFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class XDMFFile
/// Read Function
/// @param[in] mesh The Mesh that the data is defined on
/// @param[in] name
/// @param[in/out] u The function into which to read data
/// @param[in] xpath XPath where MeshFunction Grid is stored in file
void read_function(const mesh::Mesh<double>& mesh, std::string name,
fem::Function<double, double>& u,
Expand Down

0 comments on commit 147ae03

Please sign in to comment.