Skip to content
Snippets Groups Projects
Commit 415d825f authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

upd guards

parent 50d6fc8c
No related branches found
No related tags found
1 merge request!2712Move out {sigma, hurst, correlationLength} to autocorrelation model class
Pipeline #155525 passed
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_SAMPLE_INTERFACE_AUTOCORRMODELS_H
#define BORNAGAIN_SAMPLE_INTERFACE_AUTOCORRMODELS_H
#ifndef BORNAGAIN_SAMPLE_INTERFACE_AUTOCORRELATIONMODELS_H
#define BORNAGAIN_SAMPLE_INTERFACE_AUTOCORRELATIONMODELS_H
#include "Base/Type/ICloneable.h"
#include "Param/Node/INode.h"
......@@ -95,4 +95,4 @@ private:
double m_lateral_corr_length; //!< lateral correlation length of the roughness
};
#endif // BORNAGAIN_SAMPLE_INTERFACE_AUTOCORRMODELS_H
#endif // BORNAGAIN_SAMPLE_INTERFACE_AUTOCORRELATIONMODELS_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment