Skip to content
Snippets Groups Projects
Commit 6a531c3a authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Removal of math.h

parent ea4a1b63
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,6 @@
#include "MathFunctions.h"
#include "Exceptions.h"
#include <math.h>
std::vector<ParameterSample> IDistribution1D::generateSamples(size_t nbr_samples,
double sigma_factor, const AttLimits &limits) const {
if (nbr_samples == 0) {
......
......@@ -13,7 +13,6 @@
//
// ************************************************************************** //
#include <math.h>
#include <iostream>
#include "BasicVector3D.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