@@ -285,8 +285,7 @@ class CPhysicalGeometry final : public CGeometry {
285285 * \param[in] val_iZone - Domain to be read from the grid file.
286286 * \param[in] val_nZone - Total number of domains in the grid file.
287287 */
288- void Read_Mesh (CConfig* config, const string& val_mesh_filename, unsigned short val_iZone,
289- unsigned short val_nZone);
288+ void Read_Mesh (CConfig* config, const string& val_mesh_filename, unsigned short val_iZone, unsigned short val_nZone);
290289
291290 /* !
292291 * \brief Routine to load the CGNS grid points from a single zone into the proper SU2 data structures.
@@ -300,7 +299,7 @@ class CPhysicalGeometry final : public CGeometry {
300299 * \param[in] config - definition of the particular problem.
301300 * \param[in] mesh - mesh reader object containing the current zone data.
302301 */
303- void LoadLinearlyPartitionedPointsFEM (CConfig * config, CMeshReaderBase * mesh);
302+ void LoadLinearlyPartitionedPointsFEM (CConfig* config, CMeshReaderBase* mesh);
304303
305304 /* !
306305 * \brief Loads the interior volume elements from the mesh reader object into the primal element data structures.
@@ -310,11 +309,11 @@ class CPhysicalGeometry final : public CGeometry {
310309 void LoadLinearlyPartitionedVolumeElements (CConfig* config, CMeshReaderBase* mesh);
311310
312311 /* !
313- * \brief Loads the interior volume elements from the mesh reader object into the primal element data structures for the FEM solver.
314- * \param[in] config - definition of the particular problem.
315- * \param[in] mesh - mesh reader object containing the current zone data.
312+ * \brief Loads the interior volume elements from the mesh reader object into the primal element data structures for
313+ * the FEM solver. \param[in] config - definition of the particular problem. \param[in] mesh - mesh reader object
314+ * containing the current zone data.
316315 */
317- void LoadLinearlyPartitionedVolumeElementsFEM (CConfig * config, CMeshReaderBase * mesh);
316+ void LoadLinearlyPartitionedVolumeElementsFEM (CConfig* config, CMeshReaderBase* mesh);
318317
319318 /* !
320319 * \brief Loads the boundary elements (markers) from the mesh reader object into the primal element data structures.
@@ -324,11 +323,11 @@ class CPhysicalGeometry final : public CGeometry {
324323 void LoadUnpartitionedSurfaceElements (CConfig* config, CMeshReaderBase* mesh);
325324
326325 /* !
327- * \brief Loads the boundary elements (markers) from the mesh reader object into the primal element data structures for the FEM solver.
328- * \param[in] config - definition of the particular problem.
329- * \param[in] mesh - mesh reader object containing the current zone data.
326+ * \brief Loads the boundary elements (markers) from the mesh reader object into the primal element data structures
327+ * for the FEM solver. \param[in] config - definition of the particular problem. \param[in] mesh - mesh reader
328+ * object containing the current zone data.
330329 */
331- void LoadLinearlyPartitionedSurfaceElementsFEM (CConfig * config, CMeshReaderBase * mesh);
330+ void LoadLinearlyPartitionedSurfaceElementsFEM (CConfig* config, CMeshReaderBase* mesh);
332331
333332 /* !
334333 * \brief Prepares the grid point adjacency based on a linearly partitioned mesh object needed by ParMETIS for graph
0 commit comments