Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-copeland committed Nov 7, 2024
1 parent 5032943 commit 0bc402d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/algo/SnapshotDMD.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ class SnapshotDMD : public DMD
* 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.
*/
friend void getParametricDMD<SnapshotDMD>(SnapshotDMD*& parametric_dmd,
friend void getParametricDMD<SnapshotDMD>(std::unique_ptr<SnapshotDMD>&
parametric_dmd,
const std::vector<Vector>& parameter_points,
std::vector<SnapshotDMD*>& dmds,
const Vector & desired_point,
Expand Down

0 comments on commit 0bc402d

Please sign in to comment.