Skip to content
Snippets Groups Projects
Commit 93d3ca1e authored by Jan Willem Thorbecke's avatar Jan Willem Thorbecke
Browse files

buffer for all data + OpenMP

parent 0fddc13b
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ typedef struct _traceCoord { /* Type */ ...@@ -12,7 +12,7 @@ typedef struct _traceCoord { /* Type */
int x; int x;
int y; int y;
int peg; int peg;
int fpos; size_t fpos;
} traceCoord; } traceCoord;
typedef struct _crgPos { /* Type */ typedef struct _crgPos { /* Type */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment