From: grahambenharper Date: Wed, 19 Feb 2020 19:00:12 +0000 (-0700) Subject: Fix a typo in step-51 files X-Git-Tag: v9.2.0-rc1~509^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9553%2Fhead;p=dealii.git Fix a typo in step-51 files --- diff --git a/examples/step-51/step-51.cc b/examples/step-51/step-51.cc index fa0ac2fa59..5f64875649 100644 --- a/examples/step-51/step-51.cc +++ b/examples/step-51/step-51.cc @@ -294,7 +294,7 @@ namespace Step51 void assemble_system(const bool reconstruct_trace = false); void solve(); void postprocess(); - void refine_grid(const unsigned int cylce); + void refine_grid(const unsigned int cycle); void output_results(const unsigned int cycle); // Data for the assembly and solution of the primal variables. diff --git a/tests/bits/step-51.cc b/tests/bits/step-51.cc index dd4e316d1c..7e4361d5bf 100644 --- a/tests/bits/step-51.cc +++ b/tests/bits/step-51.cc @@ -273,7 +273,7 @@ namespace Step51 void postprocess(); void - refine_grid(const unsigned int cylce); + refine_grid(const unsigned int cycle); void output_results(const unsigned int cycle); diff --git a/tests/bits/step-51p.cc b/tests/bits/step-51p.cc index 246ea3414e..4968479f39 100644 --- a/tests/bits/step-51p.cc +++ b/tests/bits/step-51p.cc @@ -273,7 +273,7 @@ namespace Step51 void postprocess(); void - refine_grid(const unsigned int cylce); + refine_grid(const unsigned int cycle); void output_results(const unsigned int cycle);