Skip to content
Snippets Groups Projects

Set upper limit for the spatial frequency of roughness

Merged Mikhail Svechnikov requested to merge m.i1024 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -56,7 +56,7 @@ protected:
class K_CorrelationRoughnessItem : public RoughnessItem {
public:
K_CorrelationRoughnessItem(double sigma, double hurst, double corr_length,
double max_spat_frequency = 0.5);
double max_spat_frequency);
DoubleProperty& sigma() { return m_sigma; }
const DoubleProperty& sigma() const { return m_sigma; }
Loading