<A NAME=NOSPUR>
<TITLE>NOSPUR</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>NOSPUR</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>declaration</B><P>
<P>
The <em>nospur</em> declaration prevents the trace calculation over the given
line identifiers in high-energy physics calculations.
<P> <H3>
syntax: </H3>
<P>
<P>
<em>nospur</em><line-id>{,<line-id>}*
<P>
<P>
<P>
<line-id> is a scalar identifier that will be used as a line identifier.
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
vector a1,b1,c1;
g(line1,a1,b1)*g(line2,b1,c1);
A1.B1*B1.C1
nospur line2;
g(line1,a1,b1)*g(line2,b1,c1);
A1.B1*G(LINE2,B1,C1)
</TT></PRE><P>Nospur declarations can be removed by making the declaration
<A HREF=r37_0417.html>spur</A>.
<P>
<P>
<P>