some changes for jctb

This commit is contained in:
2016-12-19 12:05:59 +01:00
76 changed files with 6375 additions and 6445 deletions

View File

@ -120,7 +120,7 @@ int fileIO::writeDataFile(void *data, int iframe) {
int fileIO::closeDataFile() {
// cout << "close file...." << endl;
cout << "close file...." << endl;
if (filefd)
fclose(filefd);
filefd=NULL;