Skip to content

Commit

Permalink
astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonw1 committed Apr 2, 2024
1 parent 2f2fe2f commit 3eceaa3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/algo/DMDc.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class DMDc
* @param[in] parameter_points The training parameter points.
* @param[in] dmdcs The DMD objects associated with
* each training parameter point.
* @param[in] controls The matrices of controls from previous
* @param[in] controls The matrices of controls from previous
* runs which we use to interpolate.
* @param[in] controls_interpolated The interpolated controls.
* @param[in] desired_point The desired point at which to create a parametric DMD.
Expand All @@ -205,7 +205,7 @@ class DMDc
* "IDW" == inverse distance weighting,
* "LP" == lagrangian polynomials)
* @param[in] closest_rbf_val The RBF parameter determines the width of influence.
* Set the RBF value of the nearest two parameter points
* Set the RBF value of the nearest two parameter points
* to a value between 0.0 to 1.0
* @param[in] reorthogonalize_W Whether to reorthogonalize the interpolated W (basis) matrix.
*/
Expand Down
8 changes: 4 additions & 4 deletions lib/algo/ParametricDMDc.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace CAROM {
* @param[in] parameter_points The training parameter points.
* @param[in] dmdcs The DMDc objects associated with
* each training parameter point.
* @param[in] controls The matrices of controls from previous runs
* @param[in] controls The matrices of controls from previous runs
* which we use to interpolate.
* @param[in] controls_interpolated The interpolated controls.
* @param[in] desired_point The desired point at which to create a parametric DMDc.
Expand All @@ -48,7 +48,7 @@ namespace CAROM {
* "IDW" == inverse distance weighting,
* "LP" == lagrangian polynomials)
* @param[in] closest_rbf_val The RBF parameter determines the width of influence.
* Set the RBF value of the nearest two parameter points
* Set the RBF value of the nearest two parameter points
* to a value between 0.0 to 1.0
* @param[in] reorthogonalize_W Whether to reorthogonalize the interpolated W (basis) matrix.
*/
Expand Down Expand Up @@ -145,7 +145,7 @@ void getParametricDMDc(T*& parametric_dmdc,
* @param[in] dmdc_paths The paths to the saved DMD objects associated with
* each parameter point.
* @param[in] desired_point The desired point at which to create a parametric DMD.
* @param[in] controls The matrices of controls from previous runs which we
* @param[in] controls The matrices of controls from previous runs which we
* use to interpolate.
* @param[in] controls_interpolated The interpolated controls.
* @param[in] rbf The RBF type ("G" == gaussian,
Expand All @@ -156,7 +156,7 @@ void getParametricDMDc(T*& parametric_dmdc,
* "IDW" == inverse distance weighting,
* "LP" == lagrangian polynomials)
* @param[in] closest_rbf_val The RBF parameter determines the width of influence.
* Set the RBF value of the nearest two parameter points
* Set the RBF value of the nearest two parameter points
* to a value between 0.0 to 1.0
* @param[in] reorthogonalize_W Whether to reorthogonalize the interpolated W (basis) matrix.
*/
Expand Down

0 comments on commit 3eceaa3

Please sign in to comment.