Skip to content

Commit 8fb8adf

Browse files
author
seth.porter
committed
corrected syntax error
1 parent 8a6e36b commit 8fb8adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

input/thermo/libraries/surfaceThermoPt111_covdep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
""": {
426426
'model': 'polynomial',
427427
'enthalpy-coefficients': [(62670, 'J/mol'), (0, 'J/mol'), (0, 'J/mol')],
428-
'entropy-coefficients': [(0, 'J/(mol*K)'), (0, 'J/(mol*K)'), (0, 'J/(mol*K)')]}
428+
'entropy-coefficients': [(0, 'J/(mol*K)'), (0, 'J/(mol*K)'), (0, 'J/(mol*K)')]
429429
}
430430
},
431431
),

0 commit comments

Comments
 (0)