mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
change import of util to mathutil
This commit is contained in:
parent
11d42345f0
commit
1c2cbdfc7a
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue