Skip to content

Commit

Permalink
clang fix ref idaholab#22848
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyinb committed Dec 1, 2022
1 parent 3bdedcc commit c936e90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions framework/include/meshgenerators/ParsedCurveGenerator.h
Expand Up @@ -26,14 +26,16 @@ class ParsedCurveGenerator : public MeshGenerator, public FunctionParserUtils<fa
std::unique_ptr<MeshBase> generate() override;

/**
* Calculates the oversampled parameter t series and corresponding cumulative distances from the starting point of a section of a curve
* Calculates the oversampled parameter t series and corresponding cumulative distances from the
* starting point of a section of a curve
* @param t_start starting value of parameter t
* @param t_end ending value of parameter t
* @param t_sect_space a vector to store oversampled t value series
* @param dis_sect_space a vector to store oversampled cumulative distance series
* @param num_segments number of EDGE2 elements defined on the section of the curve
* @param is_closed_loop whether the section is a closed loop
* @param oversample_factor oversampling factor used to help make each EDGE2 element has similar length
* @param oversample_factor oversampling factor used to help make each EDGE2 element has similar
* length
*/
void tSectionSpaceDefiner(const Real t_start,
const Real t_end,
Expand Down

0 comments on commit c936e90

Please sign in to comment.