Skip to content

Commit

Permalink
Remove unnecessary printf statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Aug 12, 2024
1 parent 4ab2eff commit de48916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cleedpy/cleed/src/linprdbulnd.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ int inp_rdbul_nd (struct cryst_str **p_bulk_par, struct phs_str **p_phs_shifts,

// Input of atomic phase shifts
atoms_rd[i_atoms].type = inp_phase_nd(filename_path, vaux, atoms_rd[i_atoms].t_type, p_phs_shifts, n_phase_shifts);
printf("XXXXXXXXXXX!!\n");

bulk_par->ntypes = MAX(atoms_rd[i_atoms].type+1, bulk_par->ntypes);
i_atoms ++;
Expand Down

0 comments on commit de48916

Please sign in to comment.