diff options
author | 2019-10-22 15:05:08 +0200 | |
---|---|---|
committer | 2019-10-22 15:05:08 +0200 | |
commit | e9656e0e3c10f36218e1edf15742852229bcf0cf (patch) | |
tree | 5504c9dd4ffabc305a3a6d567de899eb2d3e0134 /Source/Utils/WarpXUtil.cpp | |
parent | a09e6a6a8e2a3211535506ff6bed875cab22fead (diff) | |
download | WarpX-e9656e0e3c10f36218e1edf15742852229bcf0cf.tar.gz WarpX-e9656e0e3c10f36218e1edf15742852229bcf0cf.tar.zst WarpX-e9656e0e3c10f36218e1edf15742852229bcf0cf.zip |
Added comments to WarpXUtil.H and improved existing comments
Diffstat (limited to 'Source/Utils/WarpXUtil.cpp')
-rw-r--r-- | Source/Utils/WarpXUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Utils/WarpXUtil.cpp b/Source/Utils/WarpXUtil.cpp index 0f2c75a15..8764a09c6 100644 --- a/Source/Utils/WarpXUtil.cpp +++ b/Source/Utils/WarpXUtil.cpp @@ -154,7 +154,6 @@ void NullifyMF(amrex::MultiFab& mf, int lev, amrex::Real zmin, amrex::Real zmax) } } - namespace WarpXUtilIO{ bool WriteBinaryDataOnFile(std::string filename, const amrex::Vector<char>& data) { |