##// END OF EJS Templates
setup.py udpate 4
setup.py udpate 4

File last commit:

r1601:3b2826fe0d97
r1618:70921a979749
Show More
script
9 lines | 131 B | text/plain | TextLexer
{
if($1 < 10)
{
printf(" %d %d %8.1f %8.1f\n",$2,$1,$3,$4);
}
else
{
printf(" 10 %d %8.1f %8.1f\n",$1/100,$2,$3);
}
}