Skip to content

Commit

Permalink
Merge pull request #1748 from willend/main
Browse files Browse the repository at this point in the history
Consequence-edit from earlier PowderN
  • Loading branch information
willend authored Oct 17, 2024
2 parents 2f78470 + 67bbae1 commit 3006425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions mcstas-comps/examples/ESS/ESS_BEER_MCPL/ESS_BEER_MCPL.instr
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
* ESS_BEER_MCPL input=BEER_MCB.mcpl repetition=50 pwdfile=duplex.laz lc=9.35 lam0=2 dlam=1.8 omega=45 chi=90 colw=1 modul=1 mod_frq=2240 mod_twidth=0.0029 mod_shift=0 only_event=-1 pinc=0.1 ptra=0 strain=0 ustrain=0
* Detector: psdtof_I=98.3885
*
* %Example: input=BEER_MR.mcpl repetition=50 lc=6.65 modul=0 mod_twidth=0.0029 Detector: psdtof_I=276.842
* Example: input=BEER_MCB.mcpl repetition=50 lc=9.35 modul=1 mod_twidth=0.0029 Detector: psdtof_I=98.3885
* %Example: input=BEER_MR.mcpl repetition=50 lc=6.65 modul=0 mod_twidth=0.0029 Detector: psdtof_I=138.421
* Example: input=BEER_MCB.mcpl repetition=50 lc=9.35 modul=1 mod_twidth=0.0029 Detector: psdtof_I=49.1942
*
* %Parameters
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,11 @@ DECLARE
%{
long long ncount_i;
%}
)


INITIALIZE
%{


printf("Using the input file: %s\n", MCPLFILE);

ncount_i=0;
printf("Using the input file: %s\n", MCPLFILE);
ncount_i=0;
%}

TRACE
Expand Down

0 comments on commit 3006425

Please sign in to comment.