Skip to content

Commit 83bc3db

Browse files
committed
Should be cvode_precon_method
1 parent 2e21381 commit 83bc3db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boutupgrader/bout_v6_input_file_upgrader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{"old": "grid", "new": "mesh:file"},
1212
{
1313
"old": "solver:use_precon",
14-
"new": "solver:precon_method",
14+
"new": "solver:cvode_precon_method",
1515
"old_type": bool,
1616
"new_values": {False: "none", True: "user"},
1717
},

0 commit comments

Comments
 (0)