From c97b84f5308a3477e223f905b3ecd647ecc95dcf Mon Sep 17 00:00:00 2001 From: grahambenharper Date: Wed, 19 Feb 2020 12:00:12 -0700 Subject: [PATCH] Fix a typo in step-51 files --- examples/step-51/step-51.cc | 2 +- tests/bits/step-51.cc | 2 +- tests/bits/step-51p.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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); -- 2.39.5