Skip to content

Commit fe0dfab

Browse files
author
Daniel J Vickers
committed
Formatting
1 parent aef9016 commit fe0dfab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_compute_levelset.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ contains
481481
dist_front = xyz_local(3) - Front
482482
483483
min_dist = min(abs(dist_left), abs(dist_right), abs(dist_bottom), &
484-
abs(dist_top), abs(dist_back), abs(dist_front))
484+
abs(dist_top), abs(dist_back), abs(dist_front))
485485
486486
! TODO :: The way that this is written, it looks like we will
487487
! trigger at the first size that is close to the minimum distance,

0 commit comments

Comments
 (0)