From: Guido Kanschat Date: Wed, 11 Feb 2015 15:23:26 +0000 (+0100) Subject: change deprecated MGMatrix X-Git-Tag: v8.3.0-rc1~485^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6370be0;p=dealii.git change deprecated MGMatrix --- diff --git a/examples/step-50/step-50.cc b/examples/step-50/step-50.cc index 2352788fa0..130e941076 100644 --- a/examples/step-50/step-50.cc +++ b/examples/step-50/step-50.cc @@ -820,9 +820,9 @@ namespace Step50 // both up and down versions of the // operator with the matrices we already // built: - MGMatrix mg_matrix(&mg_matrices); - MGMatrix mg_interface_up(&mg_interface_matrices); - MGMatrix mg_interface_down(&mg_interface_matrices); + mg::Matrix mg_matrix(&mg_matrices); + mg::Matrix mg_interface_up(&mg_interface_matrices); + mg::Matrix mg_interface_down(&mg_interface_matrices); // Now, we are ready to set up the // V-cycle operator and the