From 6c188f25788013175f6a768b566c3f520ab91fad Mon Sep 17 00:00:00 2001 From: davidjohnlong <59730407+davidjohnlong@users.noreply.github.com> Date: Thu, 12 Mar 2020 15:46:23 +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 47761ff8cb..97b18d2286 100644 --- a/include/openmc/source.h +++ b/include/openmc/source.h @@ -71,7 +71,7 @@ Particle::Bank sample_custom_source_library(uint64_t* seed); //! Load custom source library void load_custom_source_library(); -//Release custom source library +//! Release custom source library void close_custom_source_library(); //! Fill source bank at the end of a generation for dlopen based source simulation