[Python] Fixed creation of PressureController objects
This commit is contained in:
parent
3850e0329d
commit
85b763538c
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ extern "C" {
|
|||
int flowdev_setMaster(int i, int n)
|
||||
{
|
||||
try {
|
||||
ReactorCabinet::get<PressureController>(i).setMaster(
|
||||
FlowDeviceCabinet::get<PressureController>(i).setMaster(
|
||||
&FlowDeviceCabinet::item(n));
|
||||
return 0;
|
||||
} catch (...) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue