mirror of https://gitlab.com/pamhyr/pamhyr2
BC: Fix save.
parent
84a5bed66d
commit
af779a1880
|
|
@ -151,7 +151,7 @@ class Data(SQLSubModel):
|
|||
data1 = self._db_format(str(self[1]))
|
||||
bc = data["bc"]
|
||||
|
||||
execute = (
|
||||
execute(
|
||||
"INSERT INTO " +
|
||||
"boundary_condition_data(pamhyr_id, ind, data0, data1, bc) " +
|
||||
f"VALUES ({pid}, {ind}, '{data0}', {data1}, {bc._pamhyr_id})"
|
||||
|
|
|
|||
Loading…
Reference in New Issue