Skip to content

Commit

Permalink
repetitive member var in derived class (#4827)
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan authored Apr 5, 2024
1 parent f013b1f commit febd6da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Diagnostics/BTDiagnostics.H
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ private:

/** Vector of lab-frame time corresponding to each snapshot */
amrex::Vector<amrex::Real> m_t_lab;
/** Vector of user-defined physical region for diagnostics in lab-frame
* for each back-transformed snapshot */
amrex::Vector<amrex::RealBox> m_snapshot_domain_lab;
/** Vector of physical region corresponding to the buffer that spans a part
* of the full back-transformed snapshot */
amrex::Vector<amrex::RealBox> m_buffer_domain_lab;
Expand Down

0 comments on commit febd6da

Please sign in to comment.