Skip to content

Commit 292b49a

Browse files
committed
Correct copy-paste typo in if-statement
1 parent f2707ad commit 292b49a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcstas-comps/examples/Tests_optics/Test_filters/Test_filters.instr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ INITIALIZE
5454
MPI_MASTER( printf("Running with NCrystal(cfg=\"%s\", zdepth=%g,...)\n",NCcfg,zdepth); );
5555
} else if (Filter==2) {
5656
MPI_MASTER( printf("Running with PowderN(reflections=\"Be.laz\", zdepth=%g,...)\n",zdepth); );
57-
} else if (Filter==2) {
57+
} else if (Filter==3) {
5858
MPI_MASTER( printf("Running with Isotropic_Sqw(Sqw_coh=\"Be.laz\", zdepth=%g,...)\n",zdepth); );
5959
} else {
6060
MPI_MASTER( fprintf(stderr,"Sorry, Filter=%d not supported!\n",Filter); );

0 commit comments

Comments
 (0)