From a44ea2b51cb76b4a406d52f997a12e69d6a82618 Mon Sep 17 00:00:00 2001 From: Xavier Andrade Date: Mon, 1 Jul 2024 21:16:44 -0700 Subject: [PATCH 1/3] Moved input/species.hpp to ionic/species.hpp --- src/{input => ionic}/species.hpp | 8 ++++---- src/ionic/species_set.hpp | 2 +- src/parse/cif.hpp | 2 +- src/parse/poscar.hpp | 2 +- src/parse/xyz.hpp | 2 +- src/systems/ions.hpp | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) rename src/{input => ionic}/species.hpp (96%) diff --git a/src/input/species.hpp b/src/ionic/species.hpp similarity index 96% rename from src/input/species.hpp rename to src/ionic/species.hpp index 0b4c38be..3addfa63 100644 --- a/src/input/species.hpp +++ b/src/ionic/species.hpp @@ -1,7 +1,7 @@ /* -*- indent-tabs-mode: t -*- */ -#ifndef INPUT__SPECIES -#define INPUT__SPECIES +#ifndef IONIC__SPECIES +#define IONIC__SPECIES // Copyright (C) 2019-2023 Lawrence Livermore National Security, LLC., Xavier Andrade, Alfredo A. Correa // @@ -103,8 +103,8 @@ class species : public pseudo::element { } #endif -#ifdef INQ_INPUT_SPECIES_UNIT_TEST -#undef INQ_INPUT_SPECIES_UNIT_TEST +#ifdef INQ_IONIC_SPECIES_UNIT_TEST +#undef INQ_IONIC_SPECIES_UNIT_TEST #include diff --git a/src/ionic/species_set.hpp b/src/ionic/species_set.hpp index 2c0a567c..99d89757 100644 --- a/src/ionic/species_set.hpp +++ b/src/ionic/species_set.hpp @@ -9,7 +9,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. -#include +#include namespace inq { namespace ionic { diff --git a/src/parse/cif.hpp b/src/parse/cif.hpp index 5726083c..f44fb419 100644 --- a/src/parse/cif.hpp +++ b/src/parse/cif.hpp @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include diff --git a/src/parse/poscar.hpp b/src/parse/poscar.hpp index 1bcc93b9..9f68f808 100644 --- a/src/parse/poscar.hpp +++ b/src/parse/poscar.hpp @@ -19,7 +19,7 @@ #include #include -#include