Merge branch 'Team_CMU_MergeBase' of https://github.com/MMRVZ2017/MPK.Puzzle into Team_CMU_MergeBase

This commit is contained in:
Raphael Maenle
2017-12-22 23:00:31 +01:00
4 changed files with 21 additions and 17 deletions

View File

@@ -74,7 +74,7 @@ void solve(vector<LogEntry>& log, vector<Part*>& p_Box, Puzzle& puzzleMat)
switch(log.back().abstractionLevel)
{
case 1:
puzzleMat.a1->EvaluateQuality(log.back().myCoor, log.back().PieceCollector);
puzzleMat.a1.EvaluateQuality(log.back().myCoor, log.back().PieceCollector);
break;
default: