Group: comp.lang.fortran · Group Profile · Search for Qlen in comp.lang.fortran
Author: mecej4
Date: Nov 1, 2006 05:11
... call dotab(cline,qline,len,qlen,tabs) call sqze(qline,zline,...,len,lcount) endif call output(qlen,qline,ctue,store,nstore,comm)... subroutine dotab(cline,q,len,qlen,tabs) implicit none character cline*... logical instr integer i,len,qlen,j,tabs,kchar,class,lastnb...len,' lastnb=',lastnb j=lastnb qlen=len c Line length now ...
|