Ran the four make commands in the src folder: make fix-whitespace; make fix-homepage; make fix-errordocs; make fix-permissions
This commit is contained in:
@ -285,7 +285,7 @@ class Atom {
|
||||
/// Signal that we need to transfer atom data for next timestep
|
||||
inline void data_unavail()
|
||||
{ _x_avail=false; _q_avail=false; _quat_avail=false; _v_avail=false; _extra_avail=false; _resized=false; }
|
||||
|
||||
|
||||
/// Signal that we need to transfer atom extra data for next kernel call
|
||||
inline void extra_data_unavail()
|
||||
{ _extra_avail=false; }
|
||||
|
||||
Reference in New Issue
Block a user