Skip to content

Commit

Permalink
Update documentation for STL files
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe authored Jan 24, 2024
1 parent d121723 commit 4bab296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/sphinx_documentation/source/EB.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit 4bab296

Please sign in to comment.