Skip to content

Commit

Permalink
test-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuaihao-Zhang committed Sep 10, 2024
1 parent 9e54b64 commit 7fa96db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/3d_examples/test_0_taylor_bar_UL/taylor_bar_UL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int main(int ac, char *av[])
/** Write the particle reload files. */
ReloadParticleIO write_particle_reload_files(column);
/** A Physics relaxation step. */
RelaxationStepLevelSetInner relaxation_step_inner(column_inner);
RelaxationStepLevelSetCorrectionInner relaxation_step_inner(column_inner);
/**
* @brief Particle relaxation starts here.
*/
Expand Down

0 comments on commit 7fa96db

Please sign in to comment.