Skip to content

Commit

Permalink
missing type decl"
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 28, 2023
1 parent d329b9d commit 6b8ab3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/cartesiandomain/cartesianmotion_withreset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ struct ResetSuperdrop
constexpr double numconc = 100000000; // 100/cm^3;
const auto rlow = double{Kokkos::pow(10.0, log10rlow)};
const auto rup = double{Kokkos::pow(10.0, log10rup)};
const deltar = double{rup - rlow};
const auto deltar = double{rup - rlow};

const auto prob = probdens_distrib(radius) * deltar;

Expand Down
2 changes: 1 addition & 1 deletion scripts/create_initsuperdropsbinary_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Clara Bayley (CB)
Additional Contributors:
-----
Last Modified: Wednesday 27th December 2023
Last Modified: Thursday 28th December 2023
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand Down

0 comments on commit 6b8ab3a

Please sign in to comment.