Skip to content

Commit

Permalink
Remove unnecessary print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Dec 11, 2023
1 parent ed06ac5 commit 4d3ea46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/module_ivo_consistency_check.f90
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ subroutine ivo_consistency_check
read (unit_dfpcmo, '(A)', iostat=iostat) line ! SUPERSYM
call check_end_of_file
end if
print *, "supersym info", iostat

! Read MO supersymmetry
allocate (supersym(total_mo))
Expand All @@ -88,8 +87,6 @@ subroutine ivo_consistency_check
call check_end_of_file
end if
read (unit_dfpcmo, *, iostat=iostat) kappa
print *, "kappa", kappa
print *, "iostat", iostat
call check_iostat(iostat, filename, end_of_file)
end if
close (unit_dfpcmo) ! Close the DFPCMO file
Expand Down

0 comments on commit 4d3ea46

Please sign in to comment.