Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rizzi committed Nov 13, 2024
1 parent dea1694 commit fbc8dc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/pressio/rom/impl/galerkin_steady_system_default.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class GalerkinSteadyDefaultSystem
std::declval<residual_type>()
)
)
>
>
>
residual(const state_type & reducedState,
Expand Down Expand Up @@ -129,7 +128,6 @@ class GalerkinSteadyDefaultSystem
)
)
>
>
>
applyJacobian(const state_type & reducedState,
OperandT const & reducedOperand,
Expand All @@ -148,7 +146,7 @@ class GalerkinSteadyDefaultSystem

::pressio::ops::product(::pressio::transpose(),
1, phi, fomJacAction_, beta, outVec);

#endif
}

private:
Expand Down

0 comments on commit fbc8dc2

Please sign in to comment.