Skip to content

Commit

Permalink
VTI fix: register Field Sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertbk committed Dec 11, 2024
1 parent 44e9eed commit 705621e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ void AcousticVTIFletcherWaveEquationSEM::registerDataOnMesh( Group & meshBodies

subRegion.registerField< acousticvtifields::AcousticDelta >( getName() );
subRegion.registerField< acousticvtifields::AcousticEpsilon >( getName() );
subRegion.registerField< acousticvtifields::AcousticSigma >( getName() );
} );

} );
Expand Down

0 comments on commit 705621e

Please sign in to comment.