##// END OF EJS Templates
setup.py correction 3
setup.py correction 3

File last commit:

r1568:38fb8885fba5
r1605:589df7a2222e
Show More
script2
9 lines | 131 B | text/plain | TextLexer
{
if($1 < 10)
{
printf(" %d %d %8.1f %8.1f\n",$2,$1,$5,$6);
}
else
{
printf(" 10 %d %8.1f %8.1f\n",$1/100,$4,$5);
}
}