Mentions légales du service

Skip to content
Snippets Groups Projects
Commit dddbba3a authored by berenger-bramas's avatar berenger-bramas
Browse files

Update Scanf loader.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@247 2616d619-271b-44dc-8df4-d4a8f33a7222
parent 9b977d5f
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ public:
* Default destructor, simply close the file
*/
virtual ~FFmaScanfLoader(){
fclose(file);
if(file) fclose(file);
}
/**
......@@ -130,7 +130,6 @@ public:
}
}
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment