Expanded description
| Topic |
Description |
| Name |
ll2daps |
| Synopsis |
/infobank/programs/refmt/ll2daps/ll2daps.for |
| Description |
Programs to convert a .ll file to DAPS format.
|
| Author |
Clint Steele 10/9/01
|
| Reads |
read (90, '(a)', end = 99) ALine
read (ALine, '(t9,f12.7,t38,f11.7)')
* Long, Lat
|
| Writes |
write (91, '(a,i3.3,a,t16,f9.5,t26,f10.5)')
* '0000',Day,'0000001', Lat, Long
|
| Calls |
call openem (1,-1)
|
|