Skip to content

Commit

Permalink
Small fixes to include order
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Nov 21, 2023
1 parent 2f17eb8 commit a973d01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/environment/Permittivity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
*/

#include "Permittivity.h"
#include "Cavity.h"

#include <MRCPP/MWFunctions>

#include "Cavity.h"

namespace mrchem {
Permittivity::Permittivity(std::shared_ptr<mrchem::Cavity> cavity, double epsilon_in, double epsilon_out, std::string formulation)
: StepFunction(cavity, epsilon_in, epsilon_out)
Expand Down
6 changes: 3 additions & 3 deletions src/environment/Permittivity.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@

#pragma once

#include "Cavity.h"
#include "StepFunction.h"
#include "utils/print_utils.h"
#include <MRCPP/MWFunctions>
#include <MRCPP/Printer>

#include "StepFunction.h"
#include "utils/print_utils.h"

namespace mrchem {
/** @class Permittivity
*
Expand Down
1 change: 1 addition & 0 deletions src/environment/StepFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* For information on the complete list of contributors to MRChem, see:
* <https://mrchem.readthedocs.io/>
*/

#include "StepFunction.h"

#include <MRCPP/MWFunctions>
Expand Down
1 change: 1 addition & 0 deletions src/environment/StepFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*/

#pragma once

#include <memory>

#include <MRCPP/MWFunctions>
Expand Down

0 comments on commit a973d01

Please sign in to comment.