Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Updating the Distribution Class

sadr_m requested to merge Distribution into master

-Introduction of SamplingBase class. -Introduction of Gaussian class as a child of SamplingBase. Sampling of other distributions can be added the same way. -Now, we create particles using a child of SamplingBase, e.g. Gaussian. -We use the OPAL distribution just for setting distribution type and reading its parameters.

Merge request reports