From d6402ed98d7415d979a0290c108b754eb47f6502 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Wed, 1 Nov 2023 01:33:33 +0900 Subject: [PATCH] src/bin/libint/dg.cc src/bin/libint/intset_to_ints.h src/bin/libint/uncontract.h --- src/bin/libint/dg.cc | 6 +++--- src/bin/libint/intset_to_ints.h | 4 ++-- src/bin/libint/uncontract.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/bin/libint/dg.cc b/src/bin/libint/dg.cc index 7cca4e2d6..419fb070a 100644 --- a/src/bin/libint/dg.cc +++ b/src/bin/libint/dg.cc @@ -794,7 +794,7 @@ namespace { } // end of while return symb; } -}; +} // // Handles "trivial" nodes. A node is trivial is it satisfies the following conditions: @@ -1038,7 +1038,7 @@ namespace { } return result; } -}; +} // // @@ -2337,7 +2337,7 @@ namespace libint2 { } }; #endif - }; + } bool nonunrolled_targets(const DirectedGraph::targets& targets) { diff --git a/src/bin/libint/intset_to_ints.h b/src/bin/libint/intset_to_ints.h index 6756338cb..ceaa98372 100644 --- a/src/bin/libint/intset_to_ints.h +++ b/src/bin/libint/intset_to_ints.h @@ -118,14 +118,14 @@ namespace libint2 { // Set children pointers for(siter.init(); siter; ++siter) children_.push_back(siter.elem()); - }; + } template SafePtr IntegralSet_to_Integrals::child(unsigned int i) const { return children_.at(i); - }; + } } diff --git a/src/bin/libint/uncontract.h b/src/bin/libint/uncontract.h index 687a097e7..1f335d79d 100644 --- a/src/bin/libint/uncontract.h +++ b/src/bin/libint/uncontract.h @@ -142,14 +142,14 @@ namespace libint2 { oper_unc); children_.push_back(c); } - }; + } template SafePtr::ChildType> Uncontract_Integral::child(unsigned int i) const { return children_.at(i); - }; + } template std::string