From: David Wells Date: Tue, 8 May 2018 19:06:14 +0000 (-0400) Subject: Create another doxygen link. X-Git-Tag: v9.1.0-rc1~1183^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa686f7d1c369ff8c400eaf5e900360ca04db46;p=dealii.git Create another doxygen link. --- diff --git a/examples/step-60/step-60.cc b/examples/step-60/step-60.cc index 660b5dcd14..627bb3e817 100644 --- a/examples/step-60/step-60.cc +++ b/examples/step-60/step-60.cc @@ -906,7 +906,7 @@ namespace Step60 // Creating the coupling sparsity pattern is a complex operation, // but it can be easily done using the // NonMatching::create_coupling_sparsity_pattern, which requires the - // two DoFHandler​s, the quadrature points for the coupling, + // two DoFHandler objects, the quadrature points for the coupling, // a DynamicSparsityPattern (which then needs to be copied into the // sparsity one, as usual), the component mask for the embedding and // embedded Triangulation (which we leave empty) and the mappings