]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fixed indentation in modified files 17866/head
authorVaishnavi Kale <vaishnav@ualberta.ca>
Mon, 9 Dec 2024 22:29:33 +0000 (15:29 -0700)
committerVaishnavi Kale <vaishnav@ualberta.ca>
Mon, 9 Dec 2024 22:29:33 +0000 (15:29 -0700)
include/deal.II/grid/grid_in.h

index 90b33327acfe4530a21a5928472c426fbe64e077..1a0fb9dc614d008f7742a4df1d91e31f33d256b0 100644 (file)
@@ -21,6 +21,7 @@
 #include <deal.II/base/exceptions.h>
 #include <deal.II/base/observer_pointer.h>
 #include <deal.II/base/point.h>
+
 #include <deal.II/lac/vector.h>
 
 #include <iostream>
@@ -778,8 +779,8 @@ public:
    * in the external mesh
    * - Vector<double> stores value for the given identifier in each cell.
    * To access the value, use cell_data[name_field][cell->active_cell_index()].
-   *  
-   * For example, if the vtk mesh contains field data 'Density' defined at the 
+   *
+   * For example, if the vtk mesh contains field data 'Density' defined at the
    * cells, cell_data['Density'][0] would be the density defined at cell ID '0',
    * which corresponds to index 0 of the vector. The length of the vector in
    * cell_data['Density'] would equal the number of elements in the coarse

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.