From d1d01a3c06e9e1b7a30247ceb041b6cbe0f48684 Mon Sep 17 00:00:00 2001 From: Dylan Copeland Date: Wed, 20 Mar 2024 10:51:04 -0700 Subject: [PATCH] Style --- examples/prom/nonlinear_elasticity_global_rom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/prom/nonlinear_elasticity_global_rom.cpp b/examples/prom/nonlinear_elasticity_global_rom.cpp index a14e682c0..f645c3558 100644 --- a/examples/prom/nonlinear_elasticity_global_rom.cpp +++ b/examples/prom/nonlinear_elasticity_global_rom.cpp @@ -1203,7 +1203,7 @@ int main(int argc, char *argv[]) // IncrementalSVD is never turned on in this example and isNextSample is always true. if (x_base_only == false && basis_generator_v->isNextSample(t)) { - basis_generator_v->takeSample(vx_diff.GetBlock(0).GetData()); + basis_generator_v->takeSample(vx_diff.GetBlock(0).GetData()); basis_generator_v->computeNextSampleTime(vx_diff.GetBlock(0).GetData(), dvdt.GetData(), t); basis_generator_H->takeSample(oper.H_sp.GetData());