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

fix

parent 82e0ffca
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ int main (int argc, char *argv[])
// - output file
string output_filename = argv[2];
ofstream fout;
fout.open(output_filename, std::fstream::out);
fout.open(output_filename.c_str(), std::fstream::out);
// 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