#include <fstream>
#include <vector>
#include "iostream"
#include "PSD.h"
Go to the source code of this file.
◆ convertPSD2ToPSD()
189 std::vector<DistributionElements> rp;
190 for (
const auto p : psd2) {
191 rp.push_back({
p.radius,
p.probability});
float * p
Definition: Tutorial_Map_using.cpp:9
Contains a vector with radii and probabilities of a user defined particle size distribution (PSD)
Definition: PSD.h:47
@ CUMULATIVE_NUMBER_DISTRIBUTION
void setPSDFromVector(std::vector< DistributionElements > psd, TYPE PSDType)
Sets the PSD from a vector with DistributionElements.
Definition: PSD.cc:513
References PSD::CUMULATIVE_NUMBER_DISTRIBUTION, p, and PSD::setPSDFromVector().