Skip to content
Snippets Groups Projects
Commit 788e7f0a authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[Ads] remove pragma once

parent 918ea605
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_DENSITY100MPA_H
#define MATERIALSLIB_ADSORPTION_DENSITY100MPA_H
#include "Adsorption.h" #include "Adsorption.h"
...@@ -24,3 +25,4 @@ public: ...@@ -24,3 +25,4 @@ public:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_DENSITY100MPA_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_DENSITYCONST_H
#define MATERIALSLIB_ADSORPTION_DENSITYCONST_H
#include "Adsorption.h" #include "Adsorption.h"
...@@ -24,3 +25,4 @@ public: ...@@ -24,3 +25,4 @@ public:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_DENSITYCONST_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_DENSITYCOOK_H
#define MATERIALSLIB_ADSORPTION_DENSITYCOOK_H
#include "Adsorption.h" #include "Adsorption.h"
...@@ -53,3 +54,4 @@ inline double alphaTWaterDean(const double T_Ads) ...@@ -53,3 +54,4 @@ inline double alphaTWaterDean(const double T_Ads)
} }
} }
#endif // MATERIALSLIB_ADSORPTION_DENSITYCOOK_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_DENSITYDUBININ_H
#define MATERIALSLIB_ADSORPTION_DENSITYDUBININ_H
#include "Adsorption.h" #include "Adsorption.h"
...@@ -24,3 +25,4 @@ public: ...@@ -24,3 +25,4 @@ public:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_DENSITYDUBININ_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_DENSITYHAUER_H
#define MATERIALSLIB_ADSORPTION_DENSITYHAUER_H
#include "Adsorption.h" #include "Adsorption.h"
#include "DensityCook.h" #include "DensityCook.h"
...@@ -33,3 +34,4 @@ inline double rhoWaterHauer(const double T_Ads) ...@@ -33,3 +34,4 @@ inline double rhoWaterHauer(const double T_Ads)
} }
} }
#endif // MATERIALSLIB_ADSORPTION_DENSITYHAUER_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_DENSITYLEGACY_H
#define MATERIALSLIB_ADSORPTION_DENSITYLEGACY_H
#include "Adsorption.h" #include "Adsorption.h"
...@@ -24,3 +25,4 @@ public: ...@@ -24,3 +25,4 @@ public:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_DENSITYLEGACY_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_DENSITYMETTE_H
#define MATERIALSLIB_ADSORPTION_DENSITYMETTE_H
#include "Adsorption.h" #include "Adsorption.h"
...@@ -24,3 +25,4 @@ public: ...@@ -24,3 +25,4 @@ public:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_DENSITYMETTE_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_DENSITYNUNEZ_H
#define MATERIALSLIB_ADSORPTION_DENSITYNUNEZ_H
#include "Adsorption.h" #include "Adsorption.h"
...@@ -24,3 +25,4 @@ public: ...@@ -24,3 +25,4 @@ public:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_DENSITYNUNEZ_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_REACTION_H
#define MATERIALSLIB_ADSORPTION_REACTION_H
#include <memory> #include <memory>
...@@ -34,3 +35,4 @@ public: ...@@ -34,3 +35,4 @@ public:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_REACTION_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_REACTIONCAOH2_H
#define MATERIALSLIB_ADSORPTION_REACTIONCAOH2_H
#include "BaseLib/ConfigTree.h" #include "BaseLib/ConfigTree.h"
#include "Reaction.h" #include "Reaction.h"
...@@ -83,3 +84,4 @@ public: ...@@ -83,3 +84,4 @@ public:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_REACTIONCAOH2_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_REACTIONINERT_H
#define MATERIALSLIB_ADSORPTION_REACTIONINERT_H
#include "Reaction.h" #include "Reaction.h"
...@@ -33,3 +34,4 @@ public: ...@@ -33,3 +34,4 @@ public:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_REACTIONINERT_H
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* *
*/ */
#pragma once #ifndef MATERIALSLIB_ADSORPTION_REACTIONSINUSOIDAL_H
#define MATERIALSLIB_ADSORPTION_REACTIONSINUSOIDAL_H
#include <logog/include/logog.hpp> #include <logog/include/logog.hpp>
...@@ -44,3 +45,4 @@ private: ...@@ -44,3 +45,4 @@ private:
}; };
} }
#endif // MATERIALSLIB_ADSORPTION_REACTIONSINUSOIDAL_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment