Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Oct 16, 2023
1 parent a942401 commit 5828b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Fortran/PSMatrixModule.F90
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ RECURSIVE SUBROUTINE ConstructMatrixFromBinary_ps(this, file_name, &
!! Compute Offset
local_triplets = total_values / this%process_grid%total_processors
local_offset = INT(local_triplets, KIND=NTLONG) * &
& this%process_grid%global_rank
& this%process_grid%global_rank
header_size = 3 * bytes_per_int + bytes_per_long
IF (this%process_grid%global_rank .EQ. &
& this%process_grid%total_processors - 1) THEN
Expand Down

0 comments on commit 5828b93

Please sign in to comment.