Skip to content

Commit

Permalink
Patch PUMAS' longitudinal mode and the Standard Rock composition for …
Browse files Browse the repository at this point in the history
…ENT.
  • Loading branch information
niess committed Sep 6, 2017
1 parent f9fd96e commit 83ee90a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/danton.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ static double medium(const double * position, const double * direction,
}

/* Media table for ENT. */
#define ZR 13.
#define AR 26.
#define ZR 11.
#define AR 22.
#define ZW 10.
#define AW 18.
#define ZA 7.32
Expand Down Expand Up @@ -1679,6 +1679,7 @@ int danton_run(struct danton_context * context, long events)
context_->pumas->random = &random_pumas;
context_->pumas->user_data = context_;
}
context_->pumas->longitudinal = context->longitudinal;

/* Create the event record, if not already done. */
if (context_->record == NULL) {
Expand Down

0 comments on commit 83ee90a

Please sign in to comment.