Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlippuner committed Jun 1, 2021
1 parent 271535e commit 790c320
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/interface/meshblock_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ class MeshBlockData {
CopyFrom(*src, false, names);
}
/// Create non-shallow copy of MeshBlockData
void Copy(const std::shared_ptr<MeshBlockData<T>> &src) {
CopyFrom(*src, false);
}
void Copy(const std::shared_ptr<MeshBlockData<T>> &src) { CopyFrom(*src, false); }

/// We can initialize a container with slices from a different
/// container. For variables that have the sparse tag, this will
Expand Down

0 comments on commit 790c320

Please sign in to comment.