musrsim/mutrack/src/COM_LUNS.INC

24 lines
769 B
HTML

c===============================================================================
c COM_LUNS.INC
c===============================================================================
c Dieses file legt die von 'MUTRACK' benutzten logischen Einheiten fuer Ein- und
c Ausgabe fest:
integer lunREAD, lunScreen, lunLOG, lunNTP, luNPHYSICA
integer lunTMP, lunFOIL, lunMESSAGE
parameter ( lunREAD = 17 )
parameter ( lunScreen = 6 )
parameter ( lunLOG = 18 )
parameter ( lunNTP = 19 )
parameter ( lunPHYSICA = 20 )
parameter ( lunTMP = 16 )
parameter ( lunFOIL = 15 )
parameter ( lunMESSAGE = 14 )
c Die Tabellenfiles werden entsprechend ihrer Nummer den Ausgabeeinheiten
c (lunPHYSICA + 1) bis (lunPHYSICA + stat_Anzahl) zugeeordnet.