Skip to content

Commit 046b9e5

Browse files
committed
no fixed neighbor by default
1 parent 284cdf1 commit 046b9e5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/force/lj.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The class dealing with the Lennard-Jones (LJ) pairwise potentials.
2626
// best block size here: 128
2727
#define BLOCK_SIZE_FORCE 128
2828

29-
#define USE_FIXED_NEIGHBOR
30-
3129
LJ::LJ(FILE* fid, int num_types, int num_atoms)
3230
{
3331
printf("Use %d-element LJ potential with elements:\n", num_types);

0 commit comments

Comments
 (0)