We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62872bb commit 1647e3dCopy full SHA for 1647e3d
copasi/bindings/swig/COptItem.i
@@ -1,4 +1,4 @@
1
-// Copyright (C) 2019 - 2023 by Pedro Mendes, Rector and Visitors of the
+// Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the
2
// University of Virginia, University of Heidelberg, and University
3
// of Connecticut School of Medicine.
4
// All rights reserved.
@@ -71,6 +71,16 @@
71
return v;
72
}
73
74
+ bool setLowerBound(const std::string & v)
75
+ {
76
+ return self->setLowerBound(CRegisteredCommonName(v));
77
+ }
78
+
79
+ bool setUpperBound(const std::string & v)
80
81
+ return self->setUpperBound(CRegisteredCommonName(v));
82
83
84
CFitItem* asFitItem()
85
{
86
return dynamic_cast<CFitItem*>($self);
0 commit comments