Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
cfichtlscherer committed Jun 20, 2023
1 parent 0bf609d commit e8a412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openmc/mcpl_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ vector<SourceSite> mcpl_source_sites(std::string path);
//! calculate_parallel_index_vector on
//! source_bank.size().
void write_mcpl_source_point(const char* filename,
gsl::span<SourceSite> source_bank, const vector<int64_t>& bank_index);
gsl::span<SourceSite> source_bank, vector<int64_t> const& bank_index);
} // namespace openmc

#endif // OPENMC_MCPL_INTERFACE_H

0 comments on commit e8a412d

Please sign in to comment.