From be6c4cab82106bc5a8554e5a76189f2adc2ca69f Mon Sep 17 00:00:00 2001 From: Andy Nonaka Date: Fri, 3 Jan 2025 11:35:05 -0800 Subject: [PATCH] more cleanup --- src_analysis/StructFact.H | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src_analysis/StructFact.H b/src_analysis/StructFact.H index 22f90476..611ab8c1 100644 --- a/src_analysis/StructFact.H +++ b/src_analysis/StructFact.H @@ -24,9 +24,6 @@ class StructFact { // Total number of states to average over, updated by FortStructure() int nsamples = 0; - // decompose velocity field - bool decompose = false; - // Vector containing covariance scaling Vector< Real > scaling; @@ -50,12 +47,6 @@ public: // Vector of MultiFabs containing final magnitude of covariances MultiFab cov_mag; - // MultiFabs of real/imag for solenoidal/dilatational - MultiFab vel_sol_real; - MultiFab vel_sol_imag; - MultiFab vel_dil_real; - MultiFab vel_dil_imag; - StructFact(); StructFact(const BoxArray& ba_in,