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

Correctif d'un appel de fonction incorrect dans "Eleve.cs".

parent 8edfc3fc
No related merge requests found
......@@ -94,7 +94,7 @@ namespace psychorientation
{
foreach(Note n in listeNotes)
{
res += n.getNote();
res += n.GetNote();
}
}
return res / this.listeNotes.Count;
......
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