Skip to content
Snippets Groups Projects
Commit c9f8e7f2 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Replace numberOfSimulationElements with intensityMapSize outside of Simulation class tree

Simulation::numberOfSimulationElements was previously used as a synonym
to the number of values in the intensity map. However it is different
in the case of SpecularSimulation with beam divergence and could lead
to malfunctioning in the future. To avoid confusion,
numberOfSimulationElements method was placed in the
protected scope of Simulation class. Simulation::intensityMapSize returns
the actual size of intensity map.
parent 9492a1db
No related branches found
No related tags found
Loading
Loading
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