diff options
author | John Denker <jsd@av8n.com> | 2024-11-19 14:01:43 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2024-11-20 16:41:52 -0700 |
commit | 0be351d631992b142fc6c275f8a582d6ef4ad9ad (patch) | |
tree | a2618bf23658177a0e70a41816f54225059e26ac /initps.f | |
parent | dcf82408f8f9a2d98a7d05c3983aad438d92de18 (diff) |
require linker to include block data
Diffstat (limited to 'initps.f')
-rw-r--r-- | initps.f | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ + subroutine linkps ! require linker to include block data + end subroutine BLOCK DATA INITPS IMPLICIT DOUBLE PRECISION (A-H, O-Z) IMPLICIT INTEGER*4 (I-N) |