Commit 645d5299 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Merge branch 'change-score' into 'master'

normalize total score

See merge request !5
parents 828f1204 dd77b72a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#include "IntegerP.h"
using namespace std;

const float PTS = 1;
const float PTS = 3.0;
float total = 0;

/**
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#include "RationalP.h"
using namespace std;

const float PTS = 1.0;
const float PTS = 1.25;
float total = 0;

/**