diff options
author | 2019-12-05 14:59:20 -0800 | |
---|---|---|
committer | 2019-12-05 14:59:20 -0800 | |
commit | 90ff59c4bcff73d056109c65eb1ac3ca7beae55c (patch) | |
tree | a5c00a6ef65ca19d39e582d5d44b6b62a32bf748 /Source/Diagnostics/WarpXOpenPMD.cpp | |
parent | 732271a5250a3f00c62f1316f97a5037be76c6da (diff) | |
download | WarpX-90ff59c4bcff73d056109c65eb1ac3ca7beae55c.tar.gz WarpX-90ff59c4bcff73d056109c65eb1ac3ca7beae55c.tar.zst WarpX-90ff59c4bcff73d056109c65eb1ac3ca7beae55c.zip |
removed end of the line whitespaces
Diffstat (limited to 'Source/Diagnostics/WarpXOpenPMD.cpp')
-rw-r--r-- | Source/Diagnostics/WarpXOpenPMD.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Diagnostics/WarpXOpenPMD.cpp b/Source/Diagnostics/WarpXOpenPMD.cpp index c9acf3852..a929554e0 100644 --- a/Source/Diagnostics/WarpXOpenPMD.cpp +++ b/Source/Diagnostics/WarpXOpenPMD.cpp @@ -28,7 +28,7 @@ void WarpXOpenPMDPlot::GetFileName(std::string& filename) filename = dir; filename.append(m_OpenPMDFileType).append("/simData"); // - // OpenPMD supports timestepped names + // OpenPMD supports timestepped names // if (m_OneFilePerTS) filename = filename.append("_%07T"); @@ -55,9 +55,9 @@ WarpXOpenPMDPlot::Init(openPMD::AccessType accessType) } } - // either for the next ts file, + // either for the next ts file, // or init a single file for all ts - std::string filename; + std::string filename; GetFileName(filename); if (m_Series != nullptr) { |