Skip to content

Commit 25d1492

Browse files
committed
Molecules trivia
1 parent fed4cd3 commit 25d1492

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ParticlesMC.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ get_model(system::Particles, i::Int, j::Int) = @inbounds system.model_matrix[get
1919
get_local_energy(system::Particles, i::Int) = @inbounds system.local_energy[i]
2020
get_box(system::Particles) = system.box
2121
get_neighbour_list(system::Particles) = system.cell_list
22-
get_start_end_mol(system::Particles, i::Int) = @inbounds system.start_mol[i], system.start_mol[i] + system.length_mol[i]
2322
Base.length(system::Particles) = system.N
2423
Base.eachindex(system::Particles) = Base.OneTo(length(system))
2524
Base.getindex(system::Atoms, i::Int) = system.position[i], system.species[i], system.local_energy[i]

0 commit comments

Comments
 (0)