diff options
author | 2023-03-09 00:00:23 +0100 | |
---|---|---|
committer | 2023-03-08 15:00:23 -0800 | |
commit | 92013ab8403512a0d42ee3ba49f474b72d1ed88f (patch) | |
tree | b089ba76184ea89c21df21c34596c86a774f7159 /Source/Diagnostics/BTDiagnostics.cpp | |
parent | 5ab5dc70cca6491fd61831d848bb8ee230f5ee2c (diff) | |
download | WarpX-92013ab8403512a0d42ee3ba49f474b72d1ed88f.tar.gz WarpX-92013ab8403512a0d42ee3ba49f474b72d1ed88f.tar.zst WarpX-92013ab8403512a0d42ee3ba49f474b72d1ed88f.zip |
Fix typo in a comment (#3736)
Co-authored-by: Pierre Bartoli <pierre.bartoli@cea.fr>
Diffstat (limited to 'Source/Diagnostics/BTDiagnostics.cpp')
-rw-r--r-- | Source/Diagnostics/BTDiagnostics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Diagnostics/BTDiagnostics.cpp b/Source/Diagnostics/BTDiagnostics.cpp index ab538efb5..88dd5b79d 100644 --- a/Source/Diagnostics/BTDiagnostics.cpp +++ b/Source/Diagnostics/BTDiagnostics.cpp @@ -921,7 +921,7 @@ BTDiagnostics::DefineFieldBufferMultiFab (const int i_buffer, const int lev) amrex::Vector<int> BTdiag_periodicity(AMREX_SPACEDIM, 0); // Box covering the extent of the user-defined diag in the back-transformed frame amrex::Box domain = buffer_ba.minimalBox(); - // define the geometry object for the ith buffer using Physical co-oridnates + // define the geometry object for the ith buffer using Physical co-ordinates // of m_buffer_domain_lab[i_buffer]. m_geom_output[i_buffer][lev].define( domain, &m_buffer_domain_lab[i_buffer], amrex::CoordSys::cartesian, @@ -942,7 +942,7 @@ BTDiagnostics::DefineSnapshotGeometry (const int i_buffer, const int lev) if (lev == 0) { // Default non-periodic geometry for diags amrex::Vector<int> BTdiag_periodicity(AMREX_SPACEDIM, 0); - // Define the geometry object for the ith snapshot using Physical co-oridnates + // Define the geometry object for the ith snapshot using Physical co-ordinates // of m_snapshot_domain_lab[i_buffer], that corresponds to the full snapshot // in the back-transformed frame m_geom_snapshot[i_buffer][lev].define( m_snapshot_box[i_buffer], |