Merge pull request #179 from Antar1011/patch-5

Doubles COIL reqs
This commit is contained in:
Guangcong Luo 2014-05-03 12:16:03 -05:00
commit 64fcac0c28

View File

@ -570,6 +570,9 @@
buffer += '<td>'+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-43.0/N),0)+'</td>';
} else if (row.formatid === 'oususpecttest') {
buffer += '<td>'+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-17.0/N),0)+'</td>';
} else if (row.formatid === 'smogondoubles' || row.formatid === 'smogondoublessuspecttest') {
buffer += '<td>'+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-15.0/N),0)+'</td>';
}
} else {
buffer += '<td>--</td>';
}