Skip to content

Commit ab6ec98

Browse files
committed
closes #109: improving comment for clarity
1 parent d303c0e commit ab6ec98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/mod/assign/feedback/onlinejudge/db/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<FIELD NAME="memlimit" TYPE="int" LENGTH="20" NOTNULL="true" DEFAULT="1048576" SEQUENCE="false"/>
1313
<FIELD NAME="cpulimit" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="1" SEQUENCE="false"/>
1414
<FIELD NAME="compileonly" TYPE="int" LENGTH="2" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/>
15-
<FIELD NAME="ratiope" TYPE="number" LENGTH="20" NOTNULL="true" DEFAULT="0.0" SEQUENCE="false" DECIMALS="10" COMMENT="How much grade can earn when get a presentation error."/>
15+
<FIELD NAME="ratiope" TYPE="number" LENGTH="20" NOTNULL="true" DEFAULT="0.0" SEQUENCE="false" DECIMALS="10" COMMENT="Percentage of grade awarded for a presentation error."/>
1616
<FIELD NAME="clientid" TYPE="char" LENGTH="255" NOTNULL="false" SEQUENCE="false" COMMENT="Client ID of sphere-engine.com"/>
1717
<FIELD NAME="accesstoken" TYPE="char" LENGTH="255" NOTNULL="false" SEQUENCE="false" COMMENT="Access Token of sphere-engine.com"/>
1818
<FIELD NAME="compile_lm_option" TYPE="int" LENGTH="2" NOTNULL="false" DEFAULT="0" SEQUENCE="false" COMMENT="Compiler Parameter [Link the math library]"/>

0 commit comments

Comments
 (0)