aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/ParticleCreation/SmartCopy.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/ParticleCreation/SmartCopy.H')
-rw-r--r--Source/Particles/ParticleCreation/SmartCopy.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/ParticleCreation/SmartCopy.H b/Source/Particles/ParticleCreation/SmartCopy.H
index f60e2aba3..dffe5a773 100644
--- a/Source/Particles/ParticleCreation/SmartCopy.H
+++ b/Source/Particles/ParticleCreation/SmartCopy.H
@@ -12,7 +12,7 @@ struct SmartCopyTag
std::vector<std::string> common_names;
std::vector<int> src_comps;
std::vector<int> dst_comps;
-
+
int size () const noexcept { return common_names.size(); }
};