From: wolf Date: Fri, 2 Sep 2005 15:10:18 +0000 (+0000) Subject: Fix broken sentence. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d139615e900adeb0605e3d79d67ad08a63ce07;p=dealii-svn.git Fix broken sentence. git-svn-id: https://svn.dealii.org/trunk@11357 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index 89173e5c88..fdab1b19de 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -509,20 +509,18 @@ namespace QuasiStaticElasticity private: // The private interface is more - // extensive than in step-17. enerate a - // coarse grid and assign appropriate - // boundary condition - // indicators. First, we obviously need - // functions that create the initial - // mesh, set up the variables that - // describe the linear system on the - // present mesh (i.e. matrices and - // vectors), and then functions that - // actually assemble the system, direct - // what has to be solved in each time - // step, a function that solves the - // linear system that arises in each - // timestep (and returns the number of + // extensive than in step-17. First, we + // obviously need functions that create + // the initial mesh, set up the + // variables that describe the linear + // system on the present mesh + // (i.e. matrices and vectors), and + // then functions that actually + // assemble the system, direct what has + // to be solved in each time step, a + // function that solves the linear + // system that arises in each timestep + // (and returns the number of // iterations it took), and finally // output the solution vector on the // currect mesh: