From 47ea7bbcf507a86fc42c309047a439014de9943e Mon Sep 17 00:00:00 2001 From: davidjohnlong <59730407+davidjohnlong@users.noreply.github.com> Date: Thu, 12 Mar 2020 15:46:08 +0000 Subject: [PATCH] Update include/openmc/source.h Co-Authored-By: Paul Romano --- include/openmc/source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openmc/source.h b/include/openmc/source.h index 16d91fc56..47761ff8c 100644 --- a/include/openmc/source.h +++ b/include/openmc/source.h @@ -68,7 +68,7 @@ Particle::Bank sample_external_source(uint64_t* seed); //! Sample a site from custom source library Particle::Bank sample_custom_source_library(uint64_t* seed); -//Load custom source library +//! Load custom source library void load_custom_source_library(); //Release custom source library