Skip to content

Commit

Permalink
Update unit_tests/equation_systems/test_icns_init.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn authored Jan 28, 2025
1 parent 4b2c362 commit 6cb41b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unit_tests/equation_systems/test_icns_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ TEST_F(ICNSInitTest, 2level)
initialize_mesh();
auto& pde_mgr = sim().pde_manager();
pde_mgr.register_icns();
// Fillpatch is called at end of initialize; this is trigger of segfault
// - this fillpatch is default as the "post_solve_op" called within
// - in incflo.cpp, "fillpatch_state_fields" is called next
pde_mgr.icns().initialize();
}

Expand Down

0 comments on commit 6cb41b8

Please sign in to comment.