From b57ee1f757fe37e80540a5a9537c73f24f32bd63 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 27 Oct 2020 16:03:11 -0500 Subject: [PATCH] Fix class name in comment in source.cpp Co-authored-by: DanShort12 <66615563+DanShort12@users.noreply.github.com> --- src/source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source.cpp b/src/source.cpp index ff8303147..87644f054 100644 --- a/src/source.cpp +++ b/src/source.cpp @@ -230,7 +230,7 @@ Particle::Bank IndependentSource::sample(uint64_t* seed) const } //============================================================================== -// SourceFile implementation +// FileSource implementation //============================================================================== FileSource::FileSource(std::string path)