Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/subs/findBlock.f90
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function check_char(line,ini,ifi)

check_char=0
do i=ini,ifi
if (line(i:i).ne.' ') check_char=check_char+1
if (line(i:i).ne.' ' .and. line(i:i).ne.char(9)) check_char=check_char+1
enddo

return
Expand All @@ -54,4 +54,4 @@ function is_blank(line,ini,ifi)

return

end function is_blank
end function is_blank
757 changes: 376 additions & 381 deletions test/saved/grad_naip_meoh_libxc_pbeh_def2svp.out

Large diffs are not rendered by default.

393 changes: 196 additions & 197 deletions test/saved/grad_naip_meoh_libxc_pbeh_sto3g.out

Large diffs are not rendered by default.

763 changes: 379 additions & 384 deletions test/saved/grad_ncnaip_b3lyp_631gss.out

Large diffs are not rendered by default.

447 changes: 223 additions & 224 deletions test/saved/grad_ncnaip_b3lyp_sto3g.out

Large diffs are not rendered by default.

789 changes: 392 additions & 397 deletions test/saved/grad_rpsb_meoh_rhf_321g.out

Large diffs are not rendered by default.

885 changes: 445 additions & 440 deletions test/saved/grad_rpsb_meoh_rhf_sto3g.out

Large diffs are not rendered by default.

Loading