From b7508642a7467b7be36194c5452c46fb54662f8c Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Sun, 9 Feb 2025 19:49:16 +0800 Subject: [PATCH] tmp --- lib/mesh/linear_mesh_2d.h | 2 +- lib/mesh/linear_mesh_3d.h | 2 +- lib/mesh/mesh.h | 2 +- lib/mesh/meshdata.h | 2 +- lib/mesh/regular_grid.h | 2 +- lib/mesh/regular_mesh_2d.h | 2 +- lib/mesh/regular_mesh_3d.h | 2 +- lib/mesh/regular_mesh_sph_3d.h | 2 +- lib/mesh/tet_mesh.h | 2 +- lib/mesh/tri2d_mesh.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/mesh/linear_mesh_2d.h b/lib/mesh/linear_mesh_2d.h index d4fc000..70794cf 100644 --- a/lib/mesh/linear_mesh_2d.h +++ b/lib/mesh/linear_mesh_2d.h @@ -77,6 +77,6 @@ namespace gctl array nodes; array elements; }; -} +}; #endif //_GCTL_LINEAR_MESH_2D_H \ No newline at end of file diff --git a/lib/mesh/linear_mesh_3d.h b/lib/mesh/linear_mesh_3d.h index 9a0684f..14980b1 100644 --- a/lib/mesh/linear_mesh_3d.h +++ b/lib/mesh/linear_mesh_3d.h @@ -84,6 +84,6 @@ namespace gctl array nodes; array elements; }; -} +}; #endif //_GCTL_LINEAR_MESH_3D_H \ No newline at end of file diff --git a/lib/mesh/mesh.h b/lib/mesh/mesh.h index 890f005..a81459a 100644 --- a/lib/mesh/mesh.h +++ b/lib/mesh/mesh.h @@ -377,6 +377,6 @@ namespace gctl */ void save_datablock(std::ofstream &outfile); }; -} +}; #endif //_GCTL_BASE_MESH_H \ No newline at end of file diff --git a/lib/mesh/meshdata.h b/lib/mesh/meshdata.h index 867ebe9..aa6e107 100644 --- a/lib/mesh/meshdata.h +++ b/lib/mesh/meshdata.h @@ -138,6 +138,6 @@ namespace gctl */ void save_binary(std::ofstream &outfile); }; -} +}; #endif // _GCTL_MESHDATA_H \ No newline at end of file diff --git a/lib/mesh/regular_grid.h b/lib/mesh/regular_grid.h index 2068fff..3875011 100644 --- a/lib/mesh/regular_grid.h +++ b/lib/mesh/regular_grid.h @@ -328,6 +328,6 @@ namespace gctl array nodes; ///< 规则网格的节点数组 array elements; ///< 规则网格的单元数组 }; -} +}; #endif //_GCTL_REGULAR_GRID_H diff --git a/lib/mesh/regular_mesh_2d.h b/lib/mesh/regular_mesh_2d.h index 6eb4405..df0dcba 100644 --- a/lib/mesh/regular_mesh_2d.h +++ b/lib/mesh/regular_mesh_2d.h @@ -74,6 +74,6 @@ namespace gctl array nodes; array elements; }; -} +}; #endif //_GCTL_REGULAR_MESH_2D_H \ No newline at end of file diff --git a/lib/mesh/regular_mesh_3d.h b/lib/mesh/regular_mesh_3d.h index ab65a04..9788483 100644 --- a/lib/mesh/regular_mesh_3d.h +++ b/lib/mesh/regular_mesh_3d.h @@ -77,6 +77,6 @@ namespace gctl array nodes; array elements; }; -} +}; #endif //_GCTL_REGULAR_MESH_3D_H \ No newline at end of file diff --git a/lib/mesh/regular_mesh_sph_3d.h b/lib/mesh/regular_mesh_sph_3d.h index fc7661e..de556ae 100644 --- a/lib/mesh/regular_mesh_sph_3d.h +++ b/lib/mesh/regular_mesh_sph_3d.h @@ -76,6 +76,6 @@ namespace gctl array nodes; array elements; }; -} +}; #endif // _GCTL_REGULAR_MESH_SPH_3D_H \ No newline at end of file diff --git a/lib/mesh/tet_mesh.h b/lib/mesh/tet_mesh.h index 16ab0ca..1abd28c 100644 --- a/lib/mesh/tet_mesh.h +++ b/lib/mesh/tet_mesh.h @@ -69,6 +69,6 @@ namespace gctl array nodes; array elements; }; -} +}; #endif //_GCTL_TET_MESH_H \ No newline at end of file diff --git a/lib/mesh/tri2d_mesh.h b/lib/mesh/tri2d_mesh.h index a12f3e8..551e7ff 100644 --- a/lib/mesh/tri2d_mesh.h +++ b/lib/mesh/tri2d_mesh.h @@ -83,6 +83,6 @@ namespace gctl array groups_; _2i_vector elems_tag_; }; -} +}; #endif //_GCTL_TRI_MESH_H \ No newline at end of file