Skip to content

Commit 19a9470

Browse files
committed
Fixed format
1 parent 7069fb2 commit 19a9470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prg_graphsolver_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ subroutine prg_build_densityGP_T0(ham_bml, g_bml, rho_bml, threshold, bndfil, &
131131
gpat%sgraph(i)%lsize = vsize(1)
132132
gpat%sgraph(i)%llsize = vsize(2)
133133
inorbs = vsize(1)
134-
call bml_zero_matrix("dense",bml_element_real,dp,inorbs,inorbs,syprt(i)%estr%ham)
134+
call bml_zero_matrix("dense",bml_element_real,dp,inorbs,inorbs,syprt(i)%estr%ham)
135135
if(allocated(vector))deallocate(vector)
136136
allocate(vector(gpat%sgraph(i)%lsize))
137137
vector(:) = gpat%sgraph(i)%core_halo_index(1:gpat%sgraph(i)%lsize)

0 commit comments

Comments
 (0)