We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 072c1f9 + fe61251 commit de604beCopy full SHA for de604be
1 file changed
src/main_gnep/parameters.cu
@@ -242,14 +242,6 @@ void Parameters::report_inputs()
242
printf(" (default) will not add the ZBL potential.\n");
243
}
244
245
- if (is_cutoff_set) {
246
- printf(" (input) radial cutoff = %g A.\n", rc_radial);
247
- printf(" (input) angular cutoff = %g A.\n", rc_angular);
248
- } else {
249
- printf(" (default) radial cutoff = %g A.\n", rc_radial);
250
- printf(" (default) angular cutoff = %g A.\n", rc_angular);
251
- }
252
-
253
if (is_n_max_set) {
254
printf(" (input) n_max_radial = %d.\n", n_max_radial);
255
printf(" (input) n_max_angular = %d.\n", n_max_angular);
0 commit comments