Update include/openmc/distribution_multi.h

Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Gavin Ridley 2020-03-20 12:04:22 -04:00 committed by GitHub
parent 714a001d80
commit 0c8e1852dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,8 +45,8 @@ public:
Direction sample(uint64_t* seed) const;
// Observing pointers
auto mu() const { return mu_.get(); }
auto phi() const { return phi_.get(); }
Distribution* mu() const { return mu_.get(); }
Distribution* phi() const { return phi_.get(); }
private:
UPtrDist mu_; //!< Distribution of polar angle