Skip to content

Commit 0d3372b

Browse files
committed
line size reduced to avoid segmentation faults on macs
1 parent b0535ec commit 0d3372b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libAtoms/xyz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
#include "libatoms.h"
5151

52-
#define LINESIZE 20480
52+
#define LINESIZE 10000
5353
#define MAX_ENTRY_COUNT 200
5454
#define MAX_FIELD_COUNT 200
5555
#define PROPERTY_STRING_LENGTH 10

0 commit comments

Comments
 (0)