Parent Directory
|
Revision Log
|
Patch
| revision 1.7 by mocchiut, Tue Aug 4 14:01:19 2009 UTC | revision 1.8 by mocchiut, Thu Jan 16 15:29:14 2014 UTC | |
|---|---|---|
| # | Line 99 C | Line 99 C |
| 99 | 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 |
| 100 | IF (NGIR.EQ.0) GOTO 5 | IF (NGIR.EQ.0) GOTO 5 |
| 101 | C IF (NGIR.NE.1) GOTO 5 | C IF (NGIR.NE.1) GOTO 5 |
| 102 | IPP = 0. | IPP = 0 |
| 103 | DO L = 1,NGIR | DO L = 1,NGIR |
| 104 | CALL LASTRISCIA(CLUS(M,J,L),IN) | CALL LASTRISCIA(CLUS(M,J,L),IN) |
| 105 | RIL(L) = FLOAT(ABS(NN - IN)) | RIL(L) = FLOAT(ABS(NN - IN)) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |