aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/WarpXIO.cpp
diff options
context:
space:
mode:
authorGravatar RevathiJambunathan <revanathan@gmail.com> 2019-06-20 18:07:28 -0700
committerGravatar RevathiJambunathan <revanathan@gmail.com> 2019-06-20 18:07:28 -0700
commitcfe1d5beca648cb6abcdbe32e9c884b68dcc627e (patch)
tree8d729a311297dd5afd3ddd1183537c78828f5e4f /Source/Diagnostics/WarpXIO.cpp
parentae9fdb55a96d44f411d93c5bddcc31ea3be0c0dd (diff)
downloadWarpX-cfe1d5beca648cb6abcdbe32e9c884b68dcc627e.tar.gz
WarpX-cfe1d5beca648cb6abcdbe32e9c884b68dcc627e.tar.zst
WarpX-cfe1d5beca648cb6abcdbe32e9c884b68dcc627e.zip
adding changed suggested in the PR
Diffstat (limited to 'Source/Diagnostics/WarpXIO.cpp')
-rw-r--r--Source/Diagnostics/WarpXIO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Diagnostics/WarpXIO.cpp b/Source/Diagnostics/WarpXIO.cpp
index 48a066cce..c5ad2f155 100644
--- a/Source/Diagnostics/WarpXIO.cpp
+++ b/Source/Diagnostics/WarpXIO.cpp
@@ -746,14 +746,14 @@ WarpX::WriteJobInfo (const std::string& dir) const
/* \brief
- * The raw slice data is written out in the plotfile format and can be visualized using yt. * The slice data is written to diags/slice_plotfiles/pltXXXXX at the plotting interval.
+ * The raw slice data is written out in the plotfile format and can be visualized using yt.
+ * The slice data is written to diags/slice_plotfiles/pltXXXXX at the plotting interval.
*/
void
WarpX::WriteSlicePlotFile () const
{
// writing plotfile //
const std::string& slice_plotfilename = amrex::Concatenate(slice_plot_file,istep[0]);
- amrex::Print() << " Writing slice plotfile " << slice_plotfilename << "\n";
const int ngrow = 0;