We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f013b1f commit febd6daCopy full SHA for febd6da
Source/Diagnostics/BTDiagnostics.H
@@ -176,9 +176,6 @@ private:
176
177
/** Vector of lab-frame time corresponding to each snapshot */
178
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;
182
/** Vector of physical region corresponding to the buffer that spans a part
183
* of the full back-transformed snapshot */
184
amrex::Vector<amrex::RealBox> m_buffer_domain_lab;
0 commit comments