Skip to content

Commit

Permalink
chore: delete and fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Apr 29, 2024
1 parent a98e3c6 commit b91136b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions libs/superdrops/superdrop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Author: Clara Bayley (CB)
* Additional Contributors:
* -----
* Last Modified: Friday 19th April 2024
* Last Modified: Monday 29th April 2024
* Modified By: CB
* -----
* License: BSD 3-Clause "New" or "Revised" License
Expand Down Expand Up @@ -43,7 +43,7 @@ class Superdrop {
SuperdropAttrs attrs; /**< instance of SuperdropAttrs for attributes of the super-droplet */

public:
// TODO(all): define sduperdrop IDType using macros
// TODO(all): define superdrop IDType using macros
using IDType = IntID; /**< Type of ID to identify superdrop via 8 byte integer */
// using IDType = EmptyID; /**< Type of ID for non-existent superdrop identity */
[[no_unique_address]] IDType sdId;
Expand Down
12 changes: 1 addition & 11 deletions src/main_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Author: Clara Bayley (CB)
* Additional Contributors:
* -----
* Last Modified: Saturday 20th April 2024
* Last Modified: Monday 29th April 2024
* Modified By: CB
* -----
* License: BSD 3-Clause "New" or "Revised" License
Expand Down Expand Up @@ -112,17 +112,7 @@ inline Motion<CartesianMaps> auto create_motion(const unsigned int motionstep) {
}

inline auto create_boundary_conditions(const Config &config) {
// TODO(CB): diff BCs
// const auto ngbxs = (unsigned int)15; // total number of gbxs
// const auto ngbxs4reset = (unsigned int)5; // number of gbxs to randomly select in reset
// return CartesianMotionWithReset(motionstep,
// &step2dimlesstime,
// terminalv,
// ngbxs,
// ngbxs4reset); //TODO(CB) Delete option (!)

return AddSupersAtDomainTop(config.get_addsupersatdomaintop());

// return NullBoundaryConditions{};
}

Expand Down

0 comments on commit b91136b

Please sign in to comment.