4 lines
161 B
FortranFixed
4 lines
161 B
FortranFixed
|
|
SUBROUTINE SHOW(A,N) !Prints details to I/O unit LINPR.
|
||
|
|
REAL*8 A !Distance to the next node.
|
||
|
|
INTEGER N !Number of the current node.
|