Skip to content

Commit fe61251

Browse files
committed
Delete legacy code
1 parent 072c1f9 commit fe61251

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/main_gnep/parameters.cu

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,6 @@ void Parameters::report_inputs()
242242
printf(" (default) will not add the ZBL potential.\n");
243243
}
244244

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-
253245
if (is_n_max_set) {
254246
printf(" (input) n_max_radial = %d.\n", n_max_radial);
255247
printf(" (input) n_max_angular = %d.\n", n_max_angular);

0 commit comments

Comments
 (0)