Skip to content

Commit 11d068c

Browse files
committed
Error message.
1 parent af4ec85 commit 11d068c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/random_ray/random_ray_simulation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ void validate_random_ray_inputs()
147147
break;
148148
default:
149149
fatal_error(
150-
"Invalid score specified. Only flux, total, fission, nu-fission, and "
151-
"event scores are supported in random ray mode.");
150+
"Invalid score specified. Only flux, total, fission, nu-fission, "
151+
"kappa-fission, and event scores are supported in random ray mode.");
152152
}
153153
}
154154

0 commit comments

Comments
 (0)