Skip to content

Commit de1bff1

Browse files
committed
fixed stl spell error and seg fault on s_circle
1 parent 2234580 commit de1bff1

File tree

17 files changed

+1184
-2
lines changed

17 files changed

+1184
-2
lines changed

examples/2D_ibm_stl_MFCCharacter/case.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
'patch_ib(1)%model_filepath' : 'Character_IBM.stl',
8181
'patch_ib(1)%model_translate(1)' : -0.0469828735,
8282
'patch_ib(1)%model_translate(2)' : -0.0094892600,
83-
'patch_ib(1)%model_model_spc' : 200,
83+
'patch_ib(1)%model_spc' : 200,
8484
'patch_ib(1)%model_threshold' : 0.99,
8585
'patch_ib(1)%slip' : 'F',
8686
# # ========================================================================

src/pre_process/m_patches.fpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ contains
276276
.and. &
277277
patch_icpp(patch_id)%alter_patch(patch_id_fp(i, j, 0))) &
278278
.or. &
279-
(.not. ib .and. patch_id_fp(i, j, 0) == smooth_patch_id)) &
279+
(.not. present(ib) .and. patch_id_fp(i, j, 0) == smooth_patch_id)) &
280280
then
281281

282282
call s_assign_patch_primitive_variables(patch_id, i, j, 0, &

tests/0A362971/golden-metadata.txt

+185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)