[Python] Fixed creation of PressureController objects

This commit is contained in:
Ray Speth 2013-05-08 15:47:37 +00:00
parent 3850e0329d
commit 85b763538c

View file

@ -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 (...) {