Skip to content

Commit

Permalink
DMDc.cpp formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonw1 committed Apr 2, 2024
1 parent 3eceaa3 commit 69a0c74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/algo/DMDc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ DMDc::DMDc(std::string base_file_name)

DMDc::DMDc(std::vector<std::complex<double>> eigs, Matrix* phi_real,
Matrix* phi_imaginary, Matrix* B_tilde, int k,
double dt, double t_offset, Vector* state_offset,Matrix* basis)
double dt, double t_offset, Vector* state_offset, Matrix* basis)
{
// Get the rank of this process, and the number of processors.
int mpi_init;
Expand Down Expand Up @@ -569,7 +569,6 @@ DMDc::constructDMDc(const Matrix* f_snapshots,
// Calculate the projection initial_condition onto column space of d_basis.
project(init, f_controls);


d_trained = true;

delete d_basis_right;
Expand Down

0 comments on commit 69a0c74

Please sign in to comment.