Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-copeland committed Mar 20, 2024
1 parent df2f3c1 commit d1d01a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/prom/nonlinear_elasticity_global_rom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit d1d01a3

Please sign in to comment.