mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix print lines for python3
This commit is contained in:
parent
dd76c40f0a
commit
666b6b4c62
1 changed files with 4 additions and 4 deletions
|
|
@ -13,10 +13,10 @@ end
|
|||
|
||||
python
|
||||
print ("value check:")
|
||||
print ("INT = "), INT
|
||||
print ("DBL = "), DBL
|
||||
print ("CHAR = "), CHAR
|
||||
print ("LOGICAL = "), LOGICAL
|
||||
print ("INT = ", INT)
|
||||
print ("DBL = ", DBL)
|
||||
print ("CHAR = ", CHAR)
|
||||
print ("LOGICAL = ", LOGICAL)
|
||||
|
||||
rtdb_put("test_int2", 22)
|
||||
print (' Done 1')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue