mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Fix pointer placement on uint64_t
This commit is contained in:
parent
60015e5c5c
commit
eca3ce33d2
41 changed files with 141 additions and 141 deletions
|
|
@ -142,7 +142,7 @@ SourceDistribution::SourceDistribution(pugi::xml_node node)
|
|||
}
|
||||
|
||||
|
||||
Particle::Bank SourceDistribution::sample(uint64_t * prn_seeds, int stream) const
|
||||
Particle::Bank SourceDistribution::sample(uint64_t* prn_seeds, int stream) const
|
||||
{
|
||||
Particle::Bank site;
|
||||
|
||||
|
|
@ -288,7 +288,7 @@ void initialize_source()
|
|||
}
|
||||
}
|
||||
|
||||
Particle::Bank sample_external_source(uint64_t * prn_seeds)
|
||||
Particle::Bank sample_external_source(uint64_t* prn_seeds)
|
||||
{
|
||||
// Set the random number generator to the source stream.
|
||||
int stream = STREAM_SOURCE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue