Skip to content

Commit

Permalink
Line break
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschsn committed Jan 25, 2021
1 parent 9d88f0c commit d55f9be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions repa/grids/kd_tree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ class KDTreeGrid : public ParallelLCGrid, public VariantSetter {
*/
struct RepartParams {
enum class RepartType {
Global, Local_Limbend, Local_Depth
} type = RepartType::Global;
Global,
Local_Limbend,
Local_Depth
} type
= RepartType::Global;
int depth = 0; // for "Local_Depth"
};

Expand Down

0 comments on commit d55f9be

Please sign in to comment.