Skip to content

Commit

Permalink
Merge branch 'rework-dtors' into 'main'
Browse files Browse the repository at this point in the history
Rework empty destructors

See merge request gysela-developpers/gyselalibxx!808

--------------------------------------------

Co-authored-by: Thomas Padioleau <[email protected]>
  • Loading branch information
EmilyBourne and tpadioleau committed Dec 11, 2024
1 parent ac6b8c2 commit 97c3ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
22 changes: 0 additions & 22 deletions simulations/geometryRTheta/vortex_merger/params.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions simulations/geometryRTheta/vortex_merger/vortex_merger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ int main(int argc, char** argv)
start_simulation = std::chrono::system_clock::now();

// Build the grid for the space. ------------------------------------------------------------------
int const Nr(PCpp_int(conf_gyselalibxx, ".Mesh.r_size"));
int const Nt(PCpp_int(conf_gyselalibxx, ".Mesh.p_size"));
int const Nr(PCpp_int(conf_gyselalibxx, ".SplineMesh.r_ncells"));
int const Nt(PCpp_int(conf_gyselalibxx, ".SplineMesh.p_ncells"));
double const dt(PCpp_double(conf_gyselalibxx, ".Time.delta_t"));
double const final_T(PCpp_double(conf_gyselalibxx, ".Time.final_T"));

Expand Down

0 comments on commit 97c3ff3

Please sign in to comment.