Skip to content
Snippets Groups Projects
Commit 8998e97d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

INode: new member variables get 'm_' prefix

parent 875c3189
No related branches found
No related tags found
No related merge requests found
......@@ -54,12 +54,12 @@ public:
ParameterPool* createParameterTree() const;
protected:
std::vector<double> P;
const std::vector<double> PMin;
const std::vector<double> PMax;
const std::vector<double> PDefault;
const std::vector<const char*> PName;
const std::vector<const char*> PUnit;
std::vector<double> m_P;
const std::vector<double> m_PMin;
const std::vector<double> m_PMax;
const std::vector<double> m_PDefault;
const std::vector<const char*> m_PName;
const std::vector<const char*> m_PUnit;
private:
const INode* m_parent;
......
......@@ -17238,7 +17238,7 @@ C++ includes: ZLimits.h
// File: namespace_0d611.xml
 
 
// File: namespace_0d633.xml
// File: namespace_0d632.xml
 
 
// File: namespace_0d96.xml
......@@ -20376,23 +20376,6 @@ Generate vertices of centered ellipse with given semi-axes at height z.
// File: FileSystemUtils_8h.xml
 
 
// File: fp__exception__glibc__extension_8h.xml
%feature("docstring") fegetexcept "int fegetexcept(void)
License: Public Domain
David N. Williams
";
%feature("docstring") feenableexcept "int feenableexcept(unsigned int excepts)
";
%feature("docstring") fedisableexcept "int fedisableexcept(unsigned int excepts)
";
%feature("docstring") fhdl "void fhdl(int sig, siginfo_t *sip, ucontext_t *scp)
";
// File: Integrator_8cpp.xml
 
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment