Skip to content

Commit 5e9133c

Browse files
committed
removed the now redundant call to sse_zcnsts when using METISSE
1 parent 44b16a7 commit 5e9133c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cosmic/src/zcnsts.f

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ SUBROUTINE zcnsts(z,zpars,path_to_tracks,path_to_he_tracks)
88

99
if (using_METISSE) then
1010
!WRITE(*,*) 'Calling METISSE_zcnsts',using_METISSE
11-
!SSE_zcnsts also sets some coefficients used in gntage
12-
!updating gntage for METISSE will remove the need to call this
13-
CALL SSE_zcnsts(z,zpars)
1411
CALL METISSE_zcnsts(z,zpars,path_to_tracks,path_to_he_tracks)
1512

1613
elseif (using_SSE) then

0 commit comments

Comments
 (0)