Skip to content
Snippets Groups Projects
Commit bf1f253a authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Corrected include.

parent 30e202ee
No related branches found
No related tags found
No related merge requests found
#include "LayerRoughness.h" #include "LayerRoughness.h"
#include <math.h> #include <cmath>
#include <iostream> #include <iostream>
LayerRoughness::LayerRoughness() : m_sigma(0), m_hurstParameter(0), m_latteralCorrLength(0) LayerRoughness::LayerRoughness() : m_sigma(0), m_hurstParameter(0), m_latteralCorrLength(0)
......
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