Skip to content
Snippets Groups Projects
Commit 8bdfb151 authored by Wiarda, Dorothea's avatar Wiarda, Dorothea
Browse files

Fix an uninitialized variable.

parent 3eebd64f
No related branches found
No related tags found
No related merge requests found
......@@ -92,9 +92,6 @@ module mxct27_m
Sigxxx(Nnnsss,*), Dasigx(Nnnsss,*), Dbsigx(Nnnsss,Ndbxxx,*)
!
Kk = Kkkkkk
IF (Large.EQ.1) THEN
Kk = 1
END IF
DO Iso=1,Iq_Iso
DO Isig=1,Nnnsss
Wsigxx(Isig,Iso,Kk) = Sigxxx(Isig,Iso)
......@@ -134,9 +131,6 @@ module mxct27_m
!
!
Kk = Kkkkkk
IF (Large.EQ.1) THEN
Kk = 1
END IF
!
DO Jsig=1,Nnnsig
Theory(Jsig,Jj) = 0.0d0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment