Skip to content

Commit 1c9dc3e

Browse files
Update particle.h
1 parent f5b2d8a commit 1c9dc3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/struct/particle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1111

1212
#pragma once
13-
#include "dt/softening.h"
1413
#include "floatdef.h"
14+
#include "dt/softening.h"
1515
#include <cmath>
1616

1717
struct alignas(32) Particle {

0 commit comments

Comments
 (0)