Ifira: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
= ifira =
     
Synopsis: ifira(''integer'') = ''integer''
Synopsis: ifira(''integer'') = ''integer''



Latest revision as of 19:18, 28 January 2009

ifira

Synopsis: ifira(integer) = integer

The function returns the index of the first atom that belongs to the residue with the given index, or the special value ifira(nr+1) = na+1.

This function is useful, for instance, to construct a loop over all atoms of a given residue, i:

 do j ifira(i) ifira(i+1)-1
   print "Atom $anam(j) of residue $rnam(i) $rnum(i)"
 end do