Skip to content
Snippets Groups Projects
Commit dd93b12d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

ParameterSample is now a struct

parent 86ef53f0
No related branches found
No related tags found
1 merge request!1341ParameterSample is now a struct
Pipeline #89013 passed
......@@ -23,7 +23,7 @@
#include <vector>
class ParameterDistribution;
class ParameterSample;
struct ParameterSample;
//! Provides the functionality to average over parameter distributions with weights.
class DistributionHandler {
......
......@@ -19,7 +19,7 @@
#include "Param/Node/INode.h"
#include <vector>
class ParameterSample;
struct ParameterSample;
// ************************************************************************************************
// interface IDistribution1D
......
......@@ -20,7 +20,7 @@
#include <vector>
class IDistribution1D;
class ParameterSample;
struct ParameterSample;
//! A parametric distribution function, for use with any model parameter.
......
......@@ -3,7 +3,7 @@
// BornAgain: simulate and fit reflection and scattering
//
//! @file Param/Distrib/ParameterSample.h
//! @brief Defines class ParameterSample.
//! @brief Defines struct ParameterSample.
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
......
......@@ -18,7 +18,7 @@
#include "Sim/Scan/ISpecularScan.h"
#include <memory>
class ParameterSample;
struct ParameterSample;
class IDistribution1D;
//! Scan type with inclination angles as coordinate values and a unique wavelength.
......
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