diff options
author | 2020-01-07 17:20:10 -0800 | |
---|---|---|
committer | 2020-01-07 17:20:10 -0800 | |
commit | bbaf7f627fc272c4d47849f42cadf29231648f5a (patch) | |
tree | 49d8d089b6eb6812343b3cbae681279655653a06 /Source/Particles/ParticleCreation/SmartCopy.H | |
parent | cddb7b7ceac213b1432ce97a3828ac0ee885ffeb (diff) | |
download | WarpX-bbaf7f627fc272c4d47849f42cadf29231648f5a.tar.gz WarpX-bbaf7f627fc272c4d47849f42cadf29231648f5a.tar.zst WarpX-bbaf7f627fc272c4d47849f42cadf29231648f5a.zip |
fix white space
Diffstat (limited to 'Source/Particles/ParticleCreation/SmartCopy.H')
-rw-r--r-- | Source/Particles/ParticleCreation/SmartCopy.H | 2 |
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(); } }; |