From 69a0c745e34249fff375db3af6e211d8fce9b4ad Mon Sep 17 00:00:00 2001 From: Anderson Date: Tue, 2 Apr 2024 09:15:37 -0700 Subject: [PATCH] DMDc.cpp formatting --- lib/algo/DMDc.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/algo/DMDc.cpp b/lib/algo/DMDc.cpp index fcc38e0ff..7e4591767 100644 --- a/lib/algo/DMDc.cpp +++ b/lib/algo/DMDc.cpp @@ -107,7 +107,7 @@ DMDc::DMDc(std::string base_file_name) DMDc::DMDc(std::vector> 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; @@ -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;