Skip to content

Commit

Permalink
Fix a bug in mpi::schur_pressure_correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Sep 5, 2018
1 parent 6290ff8 commit 7a7d545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amgcl/mpi/schur_pressure_correction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ class schur_pressure_correction {
(*m)[i] = v;
}

M = Backend::copy_vector(m, bprm);
M = backend_type::copy_vector(m, bprm);
AMGCL_TOC("approx_schur");
}
AMGCL_TOC("other");
Expand Down

0 comments on commit 7a7d545

Please sign in to comment.