diff options
Diffstat (limited to 'doc/problemexamples/problemtemplate/compile/py3')
| -rwxr-xr-x | doc/problemexamples/problemtemplate/compile/py3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/problemexamples/problemtemplate/compile/py3 b/doc/problemexamples/problemtemplate/compile/py3 index 6f28a72..32b0f8d 100755 --- a/doc/problemexamples/problemtemplate/compile/py3 +++ b/doc/problemexamples/problemtemplate/compile/py3 @@ -86,7 +86,7 @@ if [ ! -x $sf ]; then fi maxm=512000 if [ "$4" != "" ]; then - if [ "$4" -gt "0" ]; then + if [ "$4" -gt "512" ]; then maxm=${4}000 fi fi |