change import of util to mathutil

This commit is contained in:
Robert Harrison 2000-10-13 18:36:03 +00:00
parent 11d42345f0
commit 1c2cbdfc7a
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ end
print none
python noprint
from util import *
from mathutil import *
# It should only be necessary to modify these three lines for
# your system ... the exponents will be subsitituted in order

View file

@ -23,7 +23,7 @@ set int:acc_std 1e-25
print none
python noprint
from util import *
from mathutil import *
# It should only be necessary to modify these three lines for
# your system ... the exponents will be subsitituted in order

View file

@ -24,7 +24,7 @@ set int:acc_std 1e-25
print none
python noprint
from util import *
from mathutil import *
# It should only be necessary to modify these three lines for
# your system ... the exponents will be subsitituted in order