Skip to content
Snippets Groups Projects
Commit d49fd41d authored by Maxime POULAIN's avatar Maxime POULAIN
Browse files

fix spelling

parent 1d3df0b5
Branches
No related tags found
No related merge requests found
......@@ -516,7 +516,7 @@ System::Void MainForm::buttonExport_Click(System::Object^ sender, System::EventA
char filename[100];
sprintf_s(filename, "out_%d.csv", (int)time(NULL));
myfile.open(filename);
myfile << "fichier, nb_iteration, meilleur_cout" << std::endl;
myfile << "fichier, nb_iteration, meilleure_solution" << std::endl;
for each (string s in history)
{
myfile << s << std::endl;
......
No preview for this file type
No preview for this file type
fichier, nb_iteration, meilleur_cout
fichier, nb_iteration, meilleure_solution
la01.txt, 60, 666
la05.txt, 1, 593
la05.txt, 9, 593
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment