Skip to content

Commit be792a7

Browse files
committed
Clean up
1 parent 42f9bd3 commit be792a7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/atoms.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ function compute_energy_ij(system::Atoms, i, j, position_i)
4545
end
4646

4747

48-
function compute_energy_particle(system::Atoms, i)
49-
return compute_energy_particle(system, i, system.neighbour_list)
50-
end
51-
5248
function compute_energy_particle(system::Atoms, i, ::EmptyList)
5349
energy_i = zero(typeof(system.density))
5450
position_i = get_position(system, i)

0 commit comments

Comments
 (0)