Skip to content
Snippets Groups Projects
Unverified Commit 0d54aac1 authored by Kerautret Bertrand's avatar Kerautret Bertrand :thinking:
Browse files

Revert "fix ipol"

This reverts commit 20751b56.
parent 0cc10cf4
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ int main (int argc, char *argv[]) ...@@ -32,7 +32,7 @@ int main (int argc, char *argv[])
// - output file // - output file
string output_filename = argv[2]; string output_filename = argv[2];
ofstream fout; ofstream fout;
fout.open(output_filename.c_str(), std::fstream::out); fout.open(output_filename, std::fstream::out);
// Calcul de la carte de gradient (utilise qt) // Calcul de la carte de gradient (utilise qt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment