Skip to content

Commit f77f8b2

Browse files
Guo-astroyansong-dev
authored andcommitted
Remove gratuitous doc changes per maintainer feedback
1 parent 3a586d7 commit f77f8b2

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/shammodels/gsph/include/shammodels/gsph/modules/SolverStorage.hpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ namespace shammodels::gsph {
7575

7676
shamrock::solvergraph::SolverGraph solver_graph;
7777

78-
7978
/// Particle counts per patch
8079
std::shared_ptr<shamrock::solvergraph::Indexes<u32>> part_counts;
8180
std::shared_ptr<shamrock::solvergraph::Indexes<u32>> part_counts_with_ghost;
@@ -90,14 +89,9 @@ namespace shammodels::gsph {
9089
/// Patch rank ownership
9190
std::shared_ptr<shamrock::solvergraph::ScalarsEdge<u32>> patch_rank_owner;
9291

93-
/// Serial patch tree reference for solvergraph dependency tracking
9492
std::shared_ptr<shamrock::solvergraph::SerialPatchTreeRefEdge<Tvec>> serial_patch_tree_ref;
9593

96-
// =====================================================================
97-
// Component storage (tree storage, migrate to solvergraph later)
98-
// =====================================================================
99-
100-
/// Serial patch tree for load balancing (actual storage)
94+
/// Serial patch tree for load balancing
10195
Component<SerialPatchTree<Tvec>> serial_patch_tree;
10296

10397
/// Ghost handler for boundary particles

0 commit comments

Comments
 (0)