From 4bab2961ac8963e9afc9a42a027bfba849ac3a09 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Wed, 24 Jan 2024 06:33:43 -0800 Subject: [PATCH] Update documentation for STL files --- Docs/sphinx_documentation/source/EB.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/sphinx_documentation/source/EB.rst b/Docs/sphinx_documentation/source/EB.rst index 446e7305e50..e5147831c39 100644 --- a/Docs/sphinx_documentation/source/EB.rst +++ b/Docs/sphinx_documentation/source/EB.rst @@ -48,7 +48,7 @@ Here is a simple example of initialize the database for an embedded sphere. EB2::Build(shop, geom, 0, 0); Alternatively, the EB information can be initialized from an STL file -specified by a :cpp:`ParmParse` parameter ``eb2.stl_file``. The +specified by a :cpp:`ParmParse` parameter ``eb2.stl_file``. (This also requires setting ``eb2.geom_type = stl``.) The initialization is done by calling .. highlight:: c++