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

temporary disable Swig warning 520

parent 810862b4
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,4 @@ ...@@ -8,3 +8,4 @@
// questionable warnings, TODO: reinvestigate // questionable warnings, TODO: reinvestigate
#pragma SWIG nowarn=473 // questionable return pointer #pragma SWIG nowarn=473 // questionable return pointer
#pragma SWIG nowarn=509 // overloaded method shadowed, effectively ignored #pragma SWIG nowarn=509 // overloaded method shadowed, effectively ignored
#pragma SWIG nowarn=520 // base class not similarly marked as a smart pointer
...@@ -918,36 +918,6 @@ Returns a string of blanks with given width. By default the width equals standar ...@@ -918,36 +918,6 @@ Returns a string of blanks with given width. By default the width equals standar
"; ";
// File: namespacepyfmt2.xml
%feature("docstring") pyfmt2::representShape2D "std::string pyfmt2::representShape2D(const std::string &indent, const IShape2D *ishape, bool mask_value, std::function< std::string(double)> printValueFunc)
Returns fixed Python code snippet that defines the function \"runSimulation\".
";
%feature("docstring") pyfmt2::valueTimesUnit "std::string pyfmt2::valueTimesUnit(const RealParameter *par)
Returns parameter value, followed by its unit multiplicator (like \"* nm\").
";
%feature("docstring") pyfmt2::argumentList "std::string pyfmt2::argumentList(const IParameterized *ip)
Returns comma-separated list of parameter values, including unit multiplicator (like \"* nm\").
";
%feature("docstring") pyfmt2::printDistribution "std::string pyfmt2::printDistribution(const IDistribution1D &par_distr, const std::string &units)
Prints distribution with constructor parameters in given units. ba.DistributionGaussian(2.0*deg, 0.02*deg)
";
%feature("docstring") pyfmt2::printParameterDistribution "std::string pyfmt2::printParameterDistribution(const ParameterDistribution &par_distr, const std::string &distVarName, const std::string &units)
";
%feature("docstring") pyfmt2::printAxis "std::string pyfmt2::printAxis(const IAxis &axis, const std::string &units, size_t offset)
Prints python-script definition for given axis. offset is used for alignment and indentation in multiple-line definitions
";
// File: namespaceSysUtils.xml // File: namespaceSysUtils.xml
%feature("docstring") SysUtils::getCurrentDateAndTime "std::string SysUtils::getCurrentDateAndTime() %feature("docstring") SysUtils::getCurrentDateAndTime "std::string SysUtils::getCurrentDateAndTime()
"; ";
...@@ -1060,12 +1030,6 @@ Template function to create an integrator object ...@@ -1060,12 +1030,6 @@ Template function to create an integrator object
// File: PyFmt_8h.xml // File: PyFmt_8h.xml
// File: PyFmt2_8cpp.xml
// File: PyFmt2_8h.xml
// File: PyObject_8h.xml // File: PyObject_8h.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