Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Jan 3, 2025
1 parent 3cbab64 commit be6c4ca
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src_analysis/StructFact.H
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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,
Expand Down

0 comments on commit be6c4ca

Please sign in to comment.