mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: avoid unrestricted dictionary lookup in randomProcesses, waveModels
- ref issue #762 STYLE: consistency in file vs files for pointNoise and surfaceNoise - use "files" when available, fallback to "file" otherwise.
This commit is contained in:
@ -71,7 +71,7 @@ public:
|
||||
);
|
||||
|
||||
//- Destructor
|
||||
virtual ~waveAbsorptionModel();
|
||||
virtual ~waveAbsorptionModel() = default;
|
||||
|
||||
|
||||
// Public Member Functions
|
||||
|
||||
Reference in New Issue
Block a user