]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Source typos 6036/head
authorluz.paz <luzpaz@users.noreply.github.com>
Mon, 12 Mar 2018 10:56:36 +0000 (06:56 -0400)
committerluz paz <luzpaz@users.noreply.github.com>
Mon, 12 Mar 2018 11:37:32 +0000 (07:37 -0400)
tests/mpi/petsc_bug_ghost_vector_01.cc

index 3a21406c142b5d6afad2b86e64ede6108c84adda..56e39d892d49684d141451156afacc0c9f4327ba 100644 (file)
@@ -100,7 +100,7 @@ void test ()
     const unsigned int v_space_cells=5;;
     const double cell_size_x=0.1;
     const double cell_size_y=0.1;
-    const double lenght = solid_cells_x*cell_size_x,
+    const double length = solid_cells_x*cell_size_x,
                  height= static_cast<double>(h_cells*cell_size_y),
                  h_distance=static_cast<double>(cell_size_x*inflow_cells),
                  v_distance=static_cast<double>(cell_size_y*v_space_cells),
@@ -132,7 +132,7 @@ void test ()
     GridGenerator::subdivided_hyper_rectangle(tmp_rectangle,
                                               step_sizes,
                                               Point<2>(h_distance,0),
-                                              Point<2>(lenght+h_distance,v_distance),
+                                              Point<2>(length+h_distance,v_distance),
                                               false);
 
     tmp_tria_buffer.copy_triangulation(tmp_tria_fluid);
@@ -153,7 +153,7 @@ void test ()
     GridGenerator::subdivided_hyper_rectangle(tmp_rectangle,
                                               step_sizes,
                                               Point<2>(h_distance,solid_top),
-                                              Point<2>(h_distance+lenght,height),
+                                              Point<2>(h_distance+length,height),
                                               false);
 
     tmp_tria_buffer.copy_triangulation(tmp_tria_fluid);
@@ -172,7 +172,7 @@ void test ()
       step_sizes[1].push_back(cell_size_y);
     GridGenerator::subdivided_hyper_rectangle(tmp_rectangle,
                                               step_sizes,
-                                              Point<2>(h_distance+lenght,0),
+                                              Point<2>(h_distance+length,0),
                                               Point<2>(total_length,height),
                                               false);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.