Cleanup code in progress.
This commit is contained in:
parent
a1b7d7365a
commit
b62185a528
@ -629,12 +629,13 @@ C Checks wether depth interval is an integer denominator of layer thickness
|
|||||||
C If not, calculated implantation profile is not correct.
|
C If not, calculated implantation profile is not correct.
|
||||||
|
|
||||||
depth_interval_flag = 1
|
depth_interval_flag = 1
|
||||||
LOOP_Check_layer_thick : DO K=1,L-1
|
DO K=1,L-1
|
||||||
IF(.NOT.EQUAL(DX(K)/CW-DBLE(IDINT(DX(K)/CW)),0.D0)) THEN
|
IF(.NOT.EQUAL(DX(K)/CW-DBLE(IDINT(DX(K)/CW)),0.D0)) THEN
|
||||||
depth_interval_flag = 0
|
depth_interval_flag = 0
|
||||||
EXIT LOOP_Check_layer_thick
|
GO TO 44
|
||||||
ENDIF
|
ENDIF
|
||||||
ENDDO LOOP_Check_layer_thick
|
ENDDO
|
||||||
|
44 CONTINUE
|
||||||
|
|
||||||
DO I=1,L
|
DO I=1,L
|
||||||
DO J=1,JMAX
|
DO J=1,JMAX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user