Ignore:
Timestamp:
Nov 15, 2013, 3:30:50 PM (11 years ago)
Author:
touze
Message:

systeme periodique (mailles) + multipoles + madx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/src/abstractElement.cc

    r418 r431  
    55#include "abstractElement.h"
    66
    7 abstractElement::abstractElement()
    8 //: nameOfSoftware_(NULL)
    9   : abstractSoftware_(NULL)
     7abstractElement::abstractElement() : abstractSoftware_(NULL)
    108{
    119  setDefaultValues();
     
    1412}
    1513
    16 abstractElement::abstractElement(string lab)
    17   //: nameOfSoftware_(NULL)
    18   : abstractSoftware_(NULL)
     14abstractElement::abstractElement(string lab) : abstractSoftware_(NULL)
    1915{
    2016  specificName_ = lab;
     
    2723{
    2824  if (parametersString_ != NULL) delete [] parametersString_ ;
    29   //  if ( nameOfSoftware_ != NULL ) delete nameOfSoftware_;
    3025}
    3126
     
    6257}
    6358
    64 string abstractElement::getLabel() const
    65 {
     59string abstractElement::getLabel() const {
    6660  return specificName_;
    6761}
    6862
    69 
    70 nomdElements abstractElement::getNomdElement() const
    71 {
     63nomdElements abstractElement::getNomdElement() const {
    7264  return elementName_;
    7365}
    74 
    75 
    7666
    7767double abstractElement::getLenghtOfElement() const {
     
    8373}
    8474
    85 
    8675double abstractElement::getInitialKineticEnergy() const {
    8776  return 0.0;
    8877}
    89 
    90 
    91 
Note: See TracChangeset for help on using the changeset viewer.