From 85b763538c9349e17e32b4004f7c1a11fd848294 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 8 May 2013 15:47:37 +0000 Subject: [PATCH] [Python] Fixed creation of PressureController objects --- src/clib/ctreactor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clib/ctreactor.cpp b/src/clib/ctreactor.cpp index 7b9689184..b317185a2 100644 --- a/src/clib/ctreactor.cpp +++ b/src/clib/ctreactor.cpp @@ -427,7 +427,7 @@ extern "C" { int flowdev_setMaster(int i, int n) { try { - ReactorCabinet::get(i).setMaster( + FlowDeviceCabinet::get(i).setMaster( &FlowDeviceCabinet::item(n)); return 0; } catch (...) {