Revision 5cc6d97d9f5f9de0a35f0e9d61421e26d113916a authored by Eric Fischer on 05 May 2016, 20:39:21 UTC, committed by Eric Fischer on 05 May 2016, 20:42:32 UTC
If they collapse, turn them into placeholder squares with the
appropriate area so that there aren't visible coverage gaps.
1 parent fa523bf
Raw File
main.hpp
struct index {
	long long start;
	long long end;
	unsigned long long index;
	short segment;
	unsigned long long seq : (64 - 16);  // pack with segment to stay in 32 bytes
};

void checkdisk(struct reader *r, int nreader);

extern int geometry_scale;
extern int quiet;

extern int CPUS;
extern int TEMP_FILES;
back to top