Skip to content
Snippets Groups Projects
Commit 8c3cbad7 authored by Stan Moore's avatar Stan Moore
Browse files

Fix runtime error in fix_nve_kokkos

parent ca8b109a
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,8 @@ class FixNVEKokkos : public FixNVE {
typename ArrayTypes<DeviceType>::t_x_array x;
typename ArrayTypes<DeviceType>::t_v_array v;
typename ArrayTypes<DeviceType>::t_f_array_const f;
typename ArrayTypes<DeviceType>::t_float_1d_randomread rmass;
typename ArrayTypes<DeviceType>::t_float_1d_randomread mass;
typename ArrayTypes<DeviceType>::t_float_1d rmass;
typename ArrayTypes<DeviceType>::t_float_1d mass;
typename ArrayTypes<DeviceType>::t_int_1d type;
typename ArrayTypes<DeviceType>::t_int_1d mask;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment