Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniaBerger authored and jbreue16 committed Nov 20, 2024
1 parent e21b192 commit 320ba88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/libcadet/model/ExchangeModel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ class IExchangeModel
} // namespace model
} // namespace cadet

#endif // LIBCADET_PHASETRANSITIONMODELINTERFACE_HPP_
#endif // LIBCADET_EXCHANGEMODELINTERFACE_HPP_
4 changes: 1 addition & 3 deletions src/libcadet/model/exchange/LinearExchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
// is available at http://www.gnu.org/licenses/gpl.html
// =============================================================================



#include "model/ExchangeModel.hpp"
#include "model/ExternalFunctionSupport.hpp"
#include "ParamIdUtil.hpp"
#include "model/ModelUtils.hpp"
Expand All @@ -20,7 +19,6 @@
#include "LocalVector.hpp"
#include "SimulationTypes.hpp"
#include "Memory.hpp"
#include "model/ExchangeModel.hpp"
#include "ParamReaderHelper.hpp"
#include "model/parts/MultiChannelConvectionDispersionOperator.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "linalg/CompressedSparseMatrix.hpp"
#include "model/parts/AxialConvectionDispersionKernel.hpp"
#include "model/ParameterDependence.hpp"
#include "model/exchange/LinearExchange.cpp"


#ifdef SUPERLU_FOUND
Expand Down

0 comments on commit 320ba88

Please sign in to comment.