FEM: reformat codebase
This commit is contained in:
@@ -48,10 +48,11 @@ def write_constraint(f, femobj, inittemp_obj, ccxwriter):
|
||||
|
||||
# floats read from ccx should use {:.13G}, see comment in writer module
|
||||
|
||||
f.write("{},{}\n".format(
|
||||
ccxwriter.ccx_nall,
|
||||
Units.Quantity(inittemp_obj.initialTemperature.getValueAs("K"))
|
||||
))
|
||||
f.write(
|
||||
"{},{}\n".format(
|
||||
ccxwriter.ccx_nall, Units.Quantity(inittemp_obj.initialTemperature.getValueAs("K"))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
# Should only be one object in the analysis
|
||||
|
||||
Reference in New Issue
Block a user