Skip to content
Snippets Groups Projects
Commit 9e715019 authored by Baptiste LENIAU's avatar Baptiste LENIAU Committed by BaM
Browse files

Remove comment used for testing

parent 815f4f62
No related branches found
No related tags found
No related merge requests found
......@@ -90,10 +90,10 @@ int main(int argc, char ** argv){
cout << "│ Load your EvolutionDatas to R.A.M │" << endl;
cout << "╰───────────────────────────────────────────────╯" << endl;
cout<<endl;
for(int i = 0; i < 10/*(int)JobName.size()*/; i++)
for(int i = 0; i < (int)JobName.size(); i++)
{
ReadAndFill(JobName[i]);
ProgressBar(i,10 /*JobName.size()*/);
ProgressBar(i,JobName.size());
}
ProgressBar(1,1);
......
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