16 #error no need to expose this header to Swig 
   20 #ifndef BORNAGAIN_CORE_EXPORT_PYFMTLIMITS_H 
   21 #define BORNAGAIN_CORE_EXPORT_PYFMTLIMITS_H 
Limits for a real fit parameter.
 
Utility functions for writing Python code snippets.
 
std::string printRealLimits(const RealLimits &limits, const std::string &units)
 
std::string printRealLimitsArg(const RealLimits &limits, const std::string &units)
Prints RealLimits in the form of argument (in the context of ParameterDistribution and similar).