From 102414d949a88411363dcf29649c33660d83a5df Mon Sep 17 00:00:00 2001 From: Alan George Varghese <113696961+agvarghe@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:47:37 +0530 Subject: [PATCH] Update 00_lucid_file_IO.py --- examples/gallery/00_lucid_file_IO.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gallery/00_lucid_file_IO.py b/examples/gallery/00_lucid_file_IO.py index 6ff93ebca4..a232491b07 100644 --- a/examples/gallery/00_lucid_file_IO.py +++ b/examples/gallery/00_lucid_file_IO.py @@ -194,7 +194,7 @@ # is converted to a mesh part by deleting the topo entities. Here , while deleting the topology # we are deleting the geom data (face) and retaining the mesh data for solve purpose. # When deleting the topoogy , the TopoPart is converted to MeshPart and the topo entities -# are converted to their respective zonelet type in MeshPart, this is shown asfollows +# are converted to their respective zonelet type in MeshPart, this is shown as follows; # # * **01 TopoVolumes -> 01 Cell Zonelets** # * **08 TopoFaces -> 08 Face Zonelets**