mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-20 03:18:07 -05:00
Fix typo in buildbot master
This commit is contained in:
@@ -546,7 +546,7 @@ def fortranFactory(platform=1,bitness=1):
|
||||
|
||||
if bitness == bitnessID["32bit"]:
|
||||
cmake_args.append('-DFORCE_BITNESS_32')
|
||||
elif bitness == bitnessID["64bit"]
|
||||
elif bitness == bitnessID["64bit"]:
|
||||
cmake_args.append('-DFORCE_BITNESS_64')
|
||||
|
||||
if platform==platformID["windows"]:
|
||||
|
||||
Reference in New Issue
Block a user