Skip to content
Snippets Groups Projects
Commit 90b680c5 authored by Tom Fischer's avatar Tom Fischer
Browse files

Fixed indentation.

parent 132aeea1
No related branches found
No related tags found
No related merge requests found
...@@ -68,10 +68,10 @@ Mesh* MeshGenerator::generateRegularQuadMesh( ...@@ -68,10 +68,10 @@ Mesh* MeshGenerator::generateRegularQuadMesh(
} }
Mesh* MeshGenerator::generateRegularQuadMesh(const unsigned n_x_cells, Mesh* MeshGenerator::generateRegularQuadMesh(const unsigned n_x_cells,
const unsigned n_y_cells, const unsigned n_y_cells,
const double cell_size, const double cell_size,
GeoLib::Point const& origin, GeoLib::Point const& origin,
std::string const& mesh_name) std::string const& mesh_name)
{ {
//nodes //nodes
const unsigned n_x_nodes (n_x_cells+1); const unsigned n_x_nodes (n_x_cells+1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment