Go to the source code of this file.
void remiseenforme | ( | typpol & | p | ) | [inline] |
Definition at line 2 of file ugly.cc.
References Iszero().
Referenced by Crochetchoix(), and NewCrochetchoix().
00003 { 00004 for(int i=0;i<p.size;i++) 00005 if(Iszero(p.nf[i])) 00006 p.nf[i]=0; 00007 }