From d6cac82e7aa6e5a2af2043571c1d140d93743811 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Wed, 1 Nov 2023 01:31:18 +0900 Subject: [PATCH] include/libint2/cgshell_ordering.h include/libint2/cgshellinfo.h --- include/libint2/cgshell_ordering.h | 2 +- include/libint2/cgshellinfo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libint2/cgshell_ordering.h b/include/libint2/cgshell_ordering.h index d5def5eb8..ae63579cc 100644 --- a/include/libint2/cgshell_ordering.h +++ b/include/libint2/cgshell_ordering.h @@ -48,7 +48,7 @@ namespace libint2 { CGShellOrdering_MOLDEN }; -}; +} #include diff --git a/include/libint2/cgshellinfo.h b/include/libint2/cgshellinfo.h index b71cf2128..2e7dae04a 100644 --- a/include/libint2/cgshellinfo.h +++ b/include/libint2/cgshellinfo.h @@ -485,6 +485,6 @@ namespace libint2 { template OrderingData CGShellInfo::data_; -}; // namespace libint2 +} // namespace libint2 #endif // header guard