Skip to content

Commit febd6da

Browse files
repetitive member var in derived class (#4827)
1 parent f013b1f commit febd6da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Diagnostics/BTDiagnostics.H

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ private:
176176

177177
/** Vector of lab-frame time corresponding to each snapshot */
178178
amrex::Vector<amrex::Real> m_t_lab;
179-
/** Vector of user-defined physical region for diagnostics in lab-frame
180-
* for each back-transformed snapshot */
181-
amrex::Vector<amrex::RealBox> m_snapshot_domain_lab;
182179
/** Vector of physical region corresponding to the buffer that spans a part
183180
* of the full back-transformed snapshot */
184181
amrex::Vector<amrex::RealBox> m_buffer_domain_lab;

0 commit comments

Comments
 (0)