~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to lib/src/Base/Optim/TNC/TNCSpecificParameters.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2008-11-18 06:32:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118063222-pa0qncclrerrqkg2
Tags: 0.12.2-1
* New upstream release
* Bug fix: "New upstream release available (0.12.2)", thanks to Jerome
  Robert (Closes: #506005).
* Applied patch by J. Robert.
* debian/control: build-depends on libxml2

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22
22
 *
23
23
 *  @author: $LastChangedBy: dutka $
24
 
 *  @date:   $LastChangedDate: 2008-06-26 13:50:17 +0200 (jeu, 26 jun 2008) $
25
 
 *  Id:      $Id: TNCSpecificParameters.cxx 862 2008-06-26 11:50:17Z dutka $
 
24
 *  @date:   $LastChangedDate: 2008-10-31 11:52:04 +0100 (ven 31 oct 2008) $
 
25
 *  Id:      $Id: TNCSpecificParameters.cxx 995 2008-10-31 10:52:04Z dutka $
26
26
 */
27
27
 
28
28
#include "TNC.hxx"
46
46
      CLASSNAMEINIT(TNC::SpecificParameters);
47
47
 
48
48
      /* Default with parameters */
49
 
      TNC::SpecificParameters::SpecificParameters(const String & name):
50
 
        PersistentObject(name),
 
49
      TNC::SpecificParameters::SpecificParameters():
 
50
        PersistentObject(),
51
51
        scale_(0),
52
52
        offset_(0),
53
53
        maxCGit_(DefaultMaxCGit),
68
68
                                                  const NumericalScalar stepmx,
69
69
                                                  const NumericalScalar accuracy,
70
70
                                                  const NumericalScalar fmin,
71
 
                                                  const NumericalScalar rescale,
72
 
                                                  const String & name):
73
 
        PersistentObject(name),
 
71
                                                  const NumericalScalar rescale):
 
72
        PersistentObject(),
74
73
        scale_(scale),
75
74
        offset_(offset),
76
75
        maxCGit_(maxCGit),