diff --git a/lib/parallelIO/IldgIO.h b/lib/parallelIO/IldgIO.h index 8655b24c..b81d1e43 100644 --- a/lib/parallelIO/IldgIO.h +++ b/lib/parallelIO/IldgIO.h @@ -378,7 +378,7 @@ class GridLimeWriter : public BinaryIO { // Wind forward and close the record /////////////////////////////////////////// fseek(File,0,SEEK_END); - unt64_t offset2 = ftello(File); // std::cout << " now at offset "<