Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
a1edc0e6
Commit
a1edc0e6
authored
Nov 14, 2005
by
Lynn Garren
Browse files
merging changes from 1.9
parent
71c82c7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a1edc0e6
2005-11-14 Lynn Garren <garren@fnal.gov>
* Vector/RotationInterfaces.h: Instantiate private destructors so that
dictionary builders will not complain.
2005-11-04 Lynn Garren <garren@fnal.gov>
2005-11-04 Lynn Garren <garren@fnal.gov>
* HepPDT/addEvtGenParticles.cc: Bug fix
* HepPDT/addEvtGenParticles.cc: Bug fix
...
@@ -10,8 +15,8 @@
...
@@ -10,8 +15,8 @@
2005-10-20 Lynn Garren <garren@fnal.gov>
2005-10-20 Lynn Garren <garren@fnal.gov>
* HepPDT/CommonParticleData.icc: Bug fix - low and high cutoffs
for the width
* HepPDT/CommonParticleData.icc: Bug fix - low and high cutoffs
were not being saved.
for the width
were not being saved.
* Also write out cutoffs.
* Also write out cutoffs.
2005-07-27 Lynn Garren <garren@fnal.gov>
2005-07-27 Lynn Garren <garren@fnal.gov>
...
...
Vector/ChangeLog
View file @
a1edc0e6
2005-11-14 Lynn Garren <garren@fnal.gov>
* RotationInterfaces.h: Instantiate private destructors so that
dictionary builders will not complain.
2005-11-03 Lynn Garren <garren@fnal.gov>
2005-11-03 Lynn Garren <garren@fnal.gov>
* configure.in, LorentzVector.icc
* configure.in, LorentzVector.icc
...
...
Vector/Vector/RotationInterfaces.h
View file @
a1edc0e6
...
@@ -198,7 +198,7 @@ public:
...
@@ -198,7 +198,7 @@ public:
protected:
protected:
~
Hep4RotationInterface
()
;
// protect destructor to forbid instatiation
~
Hep4RotationInterface
()
{}
// protect destructor to forbid instatiation
};
// Hep4RotationInterface
};
// Hep4RotationInterface
...
@@ -297,7 +297,7 @@ public:
...
@@ -297,7 +297,7 @@ public:
private:
private:
~
Hep3RotationInterface
()
;
// private destructor to forbid instatiation
~
Hep3RotationInterface
()
{}
// private destructor to forbid instatiation
};
// Hep3RotationInterface
};
// Hep3RotationInterface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment