Parent Directory | Revision Log | Patch
revision 1.5 by mocchiut, Tue Aug 4 14:01:22 2009 UTC | revision 1.6 by mocchiut, Thu Jan 16 15:29:15 2014 UTC | |
---|---|---|
# | Line 101 C | Line 101 C |
101 | NGIR = NCL(M,J) ! number of clusters in layer J of the M View | NGIR = NCL(M,J) ! number of clusters in layer J of the M View |
102 | IF (NGIR.EQ.0) GOTO 5 | IF (NGIR.EQ.0) GOTO 5 |
103 | C IF (NGIR.NE.1) GOTO 5 | C IF (NGIR.NE.1) GOTO 5 |
104 | IPP = 0. | IPP = 0 |
105 | DO L = 1,NGIR | DO L = 1,NGIR |
106 | CALL LASTRISCIA(CLUS(M,J,L),IN) | CALL LASTRISCIA(CLUS(M,J,L),IN) |
107 | RIL(L) = FLOAT(ABS(NN - IN)) | RIL(L) = FLOAT(ABS(NN - IN)) |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |