Skip to content

Commit 31fede0

Browse files
committed
default back to old protonation search for now
1 parent b231aa0 commit 31fede0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/legacy_wrappers.f90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,11 @@ subroutine protonate(env,tim)
361361
implicit none
362362
type(systemdata) :: env
363363
type(timer) :: tim
364-
if (env%legacy) then
364+
!if (env%legacy) then
365365
call protonate_legacy(env,tim)
366-
else
367-
call crest_new_protonate(env,tim)
368-
end if
366+
!else
367+
! call crest_new_protonate(env,tim)
368+
!end if
369369
end subroutine protonate
370370

371371
!========================================================================================!

0 commit comments

Comments
 (0)