Skip to content
Snippets Groups Projects
Commit 33bc3c55 authored by Antoine Félix's avatar Antoine Félix
Browse files

Ajout de la dernière version de l'exécutable.

parent 305ff4d3
Branches
No related merge requests found
File added
......@@ -125,7 +125,7 @@ namespace psychorientation
{
double note = CalculerNote(coeff);
double note_convenable = 10 + (competence - 5);//((competence + effort) / 2 - 5);
double note_convenable = 10 + (competence - 5); //((competence + effort) / 2 - 5);
if (effort > 5)
{
if (note >= note_convenable)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment