Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/molecular_dynamics_cells.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class md_system_bs
params const &m_p;
size_t m_ncellx , m_ncelly;

interaction_functor( hash_vector const& cells_begin , hash_vector const& cells_end , hash_vector pos_order ,
interaction_functor( hash_vector const& cells_begin , hash_vector const& cells_end , hash_vector const& pos_order ,
point_vector const&x , point_vector const& v , params const &p )
: m_cells_begin( cells_begin ) , m_cells_end( cells_end ) , m_order( pos_order ) , m_x( x ) , m_v( v ) ,
m_p( p ) { }
Expand Down