Sort out a whole bunch of other things, including cleaning up the way the

verification source is handled.
This commit is contained in:
dg
2023-05-12 23:28:25 +00:00
parent 1d77ba6429
commit dcfcc6271c
56 changed files with 2189 additions and 923 deletions

View File

@@ -71,10 +71,10 @@ public:
return _fmr->tell();
}
void rewind()
{
_fmr->rewind();
}
void rewind()
{
_fmr->rewind();
}
void seek(const Fluxmap::Position& pos)
{