Skip to content

Commit de604be

Browse files
authored
Merge pull request brucefan1983#1300 from hfood02/master
Delete legacy code
2 parents 072c1f9 + fe61251 commit de604be

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)