Skip to content

Commit 283b8f7

Browse files
author
Damian Rouson
committed
fix(data_partition): remove unused variable
1 parent 8d4ed48 commit 283b8f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/data_partition_test.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ module data_partition_test
2020
function test_data_partition() result(tests)
2121
type(test_item_t) tests
2222

23-
integer iteration
24-
2523
call partition%define_partitions( cardinality=num_particles)
2624

2725
associate( me=>this_image() )

0 commit comments

Comments
 (0)