Skip to content

Commit

Permalink
[PL] LIE; Fix doxygen errors in LevelSetFunction.
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Dec 10, 2018
1 parent e3d6fa9 commit 46cc9d2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions ProcessLib/LIE/Common/LevelSetFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ struct JunctionProperty;
/// Remarks:
/// * branch/junction intersections of two fractures are supported in 2D
///
/// @parm frac_props fracture properties
/// @parm junction_props junction properties
/// @parm fracID_to_local a mapping table from a fracture ID to a local index in
/// frac_props
/// @parm x evaluating point coordiates
/// @param frac_props fracture properties
/// @param junction_props junction properties
/// @param fracID_to_local a mapping table from a fracture ID to a local index
/// in frac_props
/// @param x evaluating point coordiates
/// @return a vector of enrichment values for displacements
std::vector<double> u_global_enrichments(
std::vector<FractureProperty*> const& frac_props,
Expand All @@ -40,12 +40,12 @@ std::vector<double> u_global_enrichments(
/// Remarks:
/// * branch/junction intersections of two fractures are supported in 2D
///
/// @parm this_fracID the fracture ID
/// @parm frac_props fracture properties
/// @parm junction_props junction properties
/// @parm fracID_to_local a mapping table from a fracture ID to a local index in
/// frac_props
/// @parm x evaluating point coordiates
/// @param this_fracID the fracture ID
/// @param frac_props fracture properties
/// @param junction_props junction properties
/// @param fracID_to_local a mapping table from a fracture ID to a local index
/// in frac_props
/// @param x evaluating point coordiates
/// @return a vector of enrichment values for fracture relative displacements
std::vector<double> du_global_enrichments(
std::size_t this_fracID,
Expand Down

0 comments on commit 46cc9d2

Please sign in to comment.