Skip to content
Snippets Groups Projects
Commit 1f6743f0 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

fix deprecated msg

parent 1e0e1ee7
No related branches found
No related tags found
No related merge requests found
Pipeline #64116 failed
...@@ -145,7 +145,7 @@ protected: ...@@ -145,7 +145,7 @@ protected:
template <class GV, size_t s_r, size_t s_rC, class SR, size_t r_r, size_t r_rC, class RR> template <class GV, size_t s_r, size_t s_rC, class SR, size_t r_r, size_t r_rC, class RR>
std::enable_if_t<XT::Grid::is_view<GV>::value, LocalizableBilinearFormBase<GV, s_r, s_rC, SR, double, r_r, r_rC, RR>> std::enable_if_t<XT::Grid::is_view<GV>::value, LocalizableBilinearFormBase<GV, s_r, s_rC, SR, double, r_r, r_rC, RR>>
DXT_DEPRECATED_MSG("Use make_bilinear_form instead (03.08.2020)!") make_localizable_bilinear_form( DUNE_DEPRECATED_MSG("Use make_bilinear_form instead (03.08.2020)!") make_localizable_bilinear_form(
GV grid_view, GV grid_view,
const XT::Functions::GridFunctionInterface<XT::Grid::extract_entity_t<GV>, s_r, s_rC, SR>& source, const XT::Functions::GridFunctionInterface<XT::Grid::extract_entity_t<GV>, s_r, s_rC, SR>& source,
const XT::Functions::GridFunctionInterface<XT::Grid::extract_entity_t<GV>, r_r, r_rC, RR>& range) const XT::Functions::GridFunctionInterface<XT::Grid::extract_entity_t<GV>, r_r, r_rC, RR>& range)
......
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