Skip to content
Snippets Groups Projects
Commit 4e3a71d7 authored by Timo Koch's avatar Timo Koch
Browse files

[electrochem][2pnc][test] Specify correct namespace to get rid of redef compiler error

parent 75ed2029
No related branches found
No related tags found
Loading
......@@ -121,7 +121,7 @@ class FuelCellProblem : public ImplicitPorousMediaProblem<TypeTag>
using GlobalPosition = Dune::FieldVector<Scalar, dimWorld>;
// Select the electrochemistry method
using ElectroChemistry = typename ElectroChemistry<TypeTag, ElectroChemistryModel::Ochs>;
using ElectroChemistry = typename Dumux::ElectroChemistry<TypeTag, ElectroChemistryModel::Ochs>;
using Constant = Constants<Scalar>;
enum { isBox = GET_PROP_VALUE(TypeTag, ImplicitIsBox) };
......
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