Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
27a7d6b1
Commit
27a7d6b1
authored
4 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
temporary disable Swig warning 520
parent
810862b4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Wrap/swig/warnings.i
+1
-0
1 addition, 0 deletions
Wrap/swig/warnings.i
auto/Wrap/doxygenBase.i
+0
-36
0 additions, 36 deletions
auto/Wrap/doxygenBase.i
with
1 addition
and
36 deletions
Wrap/swig/warnings.i
+
1
−
0
View file @
27a7d6b1
...
@@ -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
This diff is collapsed.
Click to expand it.
auto/Wrap/doxygenBase.i
+
0
−
36
View file @
27a7d6b1
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment