Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrichardson committed Jan 9, 2025
1 parent bb9f12b commit e217faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/dolfinx/fem/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ std::vector<std::string> get_constant_names(const ufcx_form& ufcx_form);
/// Use fem::create_form to create a fem::Form with coefficients and
/// constants associated with the name/string.
///
/// @param[in] ufcx_form The UFCx form.
/// @param[in] ufcx_forms A list of UFCx forms, one for each cell type.
/// @param[in] spaces Vector of function spaces. The number of spaces is
/// equal to the rank of the form.
/// @param[in] coefficients Coefficient fields in the form.
Expand Down

0 comments on commit e217faf

Please sign in to comment.