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:
Trung Nguyen
2023-01-15 16:05:36 -06:00
parent d5b878d047
commit c9ae41246d
18 changed files with 53 additions and 79 deletions

View File

@ -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; }