Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/global/HEPNumerics/include/G4SimplexDownhill.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4SimplexDownhill.hh,v 1.3 2007/06/21 15:04:12 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4SimplexDownhill.hh,v 1.4 2010/11/01 13:55:17 gcosmo Exp $
     28// GEANT4 tag $Name: global-V09-03-22 $
    2929//
    3030// Class description:
     
    5454
    5555      G4SimplexDownhill( T* tp , G4int n )
    56       { target = tp; init(); numberOfVariable = n; }
     56        : currentValue(0.), target(tp), numberOfVariable(n)
     57      { init(); }
    5758
    5859      ~G4SimplexDownhill();
Note: See TracChangeset for help on using the changeset viewer.