From 6183d08c487218249a1fe0abdf43f90c35c767e1 Mon Sep 17 00:00:00 2001 From: agnelson Date: Thu, 30 Dec 2021 12:46:33 -0600 Subject: [PATCH] Added a space in a warning for multiplicity matrix values being 0 --- src/scattdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scattdata.cpp b/src/scattdata.cpp index 2fb896de0..813f9e19b 100644 --- a/src/scattdata.cpp +++ b/src/scattdata.cpp @@ -49,7 +49,7 @@ void ScattData::base_init(int order, const xt::xtensor& in_gmin, // Raise a warning to the user if we did have to do the conversion std::string msg = std::to_string(num_converted) + - "entries in the Multiplicity Matrix were changed from 0 to 1"; + " entries in the Multiplicity Matrix were changed from 0 to 1"; warning(msg); }