aboutsummaryrefslogtreecommitdiff
path: root/docs/_source/ext_import.txt
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-08 20:14:22 +0300
committerAnton Novoselov <[email protected]>2017-08-08 20:14:22 +0300
commitd41654b469fa51870b5952c836c04d9da17f32d3 (patch)
tree64f8f437eef394630355f281d35ca1d53e5c4d6c /docs/_source/ext_import.txt
parentadd +x for packman script (diff)
downloadblast-d41654b469fa51870b5952c836c04d9da17f32d3.tar.xz
blast-d41654b469fa51870b5952c836c04d9da17f32d3.zip
Updated to CL 22627414:
* docs updates * authoring fixes * stress solver crash fixes
Diffstat (limited to 'docs/_source/ext_import.txt')
-rw-r--r--docs/_source/ext_import.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_source/ext_import.txt b/docs/_source/ext_import.txt
index b7a17e2..db5ff10 100644
--- a/docs/_source/ext_import.txt
+++ b/docs/_source/ext_import.txt
@@ -15,9 +15,9 @@ struct ApexImporterConfig
1) EXACT - Importer tries to find triangles from two chunks which lay in common surface. If such triangles are found, their intersections are considered as the interface.
-2) FORCED - Bond creation is forced no matter how far chunks from each other. Interface parameters are approximated.
+2) FORCED - Bond creation is forced no matter how far chunks are from each other. Interface parameters are approximated.
-Nv::Blast::ApexImporter::ApexImportTool can be itinialized by providing ApexSDK and ModuleDestructible, or they can be created internally.
+Nv::Blast::ApexImporter::ApexImportTool can be initialized by providing ApexSDK and ModuleDestructible, or they can be created internally.
If ApexSDK and ModuleDestructible were provided, they are not freed when Nv::Blast::ApexImporter::~ApexImportTool() is called.
<br>