Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
cbcb047c
Commit
cbcb047c
authored
Apr 29, 2004
by
Lynn Garren
Browse files
bug fix sent in by Leif
parent
519026d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
HepPDT/HepPDT/TableBuilderTEvtGen.icc
View file @
cbcb047c
// $Id: TableBuilderTEvtGen.icc,v 1.1.1.1 200
3
/0
7/15 20:15:05
garren Exp $
// $Id: TableBuilderTEvtGen.icc,v 1.1.1.1
.2.1
200
4
/0
4/29 19:57:43
garren Exp $
// ----------------------------------------------------------------------
//
// TableBuilderTEvtGen.icc
...
...
@@ -126,7 +126,7 @@ void findAliasDecayModel( TempAliasData & tad, TableBuilderT<Config> & tb )
{
int cit, it, ddend, iend;
std::string name;
for( cit=0; cit < tad.tempDecayList.size(); ++cit ) {
for( cit=0; cit < tad.temp
Alias
DecayList.size(); ++cit ) {
TempDecayData & tdd = tad.tempAliasDecayList[cit];
ddend = 0;
for( it=0; it < tdd.tempDaughterList.size(); ++it ) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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