You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
5 years ago
|
|
||
|
c POINTS COMMON BLOCK.
|
||
|
c Used as part of the random walk model.
|
||
|
c BMM 17/5/93.
|
||
|
|
||
|
INTEGER numviews
|
||
|
INTEGER viewpoint(3)
|
||
|
|
||
|
COMMON /POINT/ numviews, viewpoint
|
||
|
|