From f7d7e357aa7994b04a2ef7e99d590273456b15ce Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Tue, 30 Jul 2024 14:53:19 -0500 Subject: [PATCH] trivial change to re-trigger CI --- .../ghostfragment/fragmenting/intersections_by_recursion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cxx/unit_tests/ghostfragment/fragmenting/intersections_by_recursion.cpp b/tests/cxx/unit_tests/ghostfragment/fragmenting/intersections_by_recursion.cpp index aba417b..594755e 100644 --- a/tests/cxx/unit_tests/ghostfragment/fragmenting/intersections_by_recursion.cpp +++ b/tests/cxx/unit_tests/ghostfragment/fragmenting/intersections_by_recursion.cpp @@ -217,7 +217,7 @@ TEST_CASE("Bug associated with #62") { // truncated at order (n-1) for a system with n monomers, e.g., a three-body // expansion on water tetramer would exhibit this bug. This regression test // ensures that the module works for a three-body truncation of water 4 - // (n.b. we just use hydrogens for each atom as the module only cares about + // (n.b. we just use hydrogen atoms as the module only cares about // nuclear indices). nuclei_type nuclei;