Skip to content

Commit a6d2048

Browse files
Added random number seeding if stl files are called to see if this resolves the CI bug
1 parent 4ac3e67 commit a6d2048

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/simulation/m_ib_patches.fpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ contains
138138

139139
real(wp), dimension(1:4, 1:4) :: transform, transform_n
140140

141+
call random_seed()
142+
141143
do patch_id = 1, num_ibs
142144
if (patch_ib(patch_id)%geometry == 5 .or. patch_ib(patch_id)%geometry == 12) then
143145
allocate (models(patch_id)%model)

0 commit comments

Comments
 (0)