Skip to content

Commit 28f668a

Browse files
Update src/simulation/m_collisions.fpp
Co-authored-by: Spencer Bryngelson <shb@gatech.edu>
1 parent e149a40 commit 28f668a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_collisions.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ contains
243243
logical :: already_found
244244

245245
! Temporary array to hold all detected pairs (with potential duplicates)
246-
integer, dimension(2, num_gps) :: raw_pairs
246+
integer, dimension(num_gps, 2) :: raw_pairs
247247
integer :: num_raw, local_num_raw
248248

249249
num_raw = 0

0 commit comments

Comments
 (0)