Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programme fixes #324

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions components/Utils/matrixUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const func = {
MT: 18,
DoubleMajor: 32,
DualA: 42,
DualB: -1,
DualB: 53,
DualC: -1,
MDes: -1,
MBA: -1,
Expand All @@ -171,7 +171,7 @@ export const func = {
DoubleMajor: 33,
DualA: 43,
DualB: 54,
DualC: -1,
DualC: 39,
MDes: -1,
MBA: -1,
PhD: 68,
Expand Down Expand Up @@ -258,7 +258,7 @@ export const func = {
DualC: -1,
MDes: -1,
MBA: -1,
PhD: -1,
PhD: 72,
MSc: -1,
MSR: -1,
},
Expand Down Expand Up @@ -509,7 +509,7 @@ export const funcExpanded = {
MT: 18,
DoubleMajor: 32,
DualA: 42,
DualB: -1,
DualB: 53,
DualC: -1,
MDes: -1,
MBA: -1,
Expand All @@ -524,7 +524,7 @@ export const funcExpanded = {
DoubleMajor: 33,
DualA: 43,
DualB: 54,
DualC: -1,
DualC: 39,
MDes: -1,
MBA: -1,
PhD: 68,
Expand Down Expand Up @@ -611,7 +611,7 @@ export const funcExpanded = {
DualC: -1,
MDes: -1,
MBA: -1,
PhD: -1,
PhD: 72,
MSc: -1,
MSR: -1,
},
Expand Down Expand Up @@ -844,7 +844,7 @@ export const rev = {
50: "DualB-BSBE",
51: "DualB-CE",
52: "DualB-CHE",
53: "<DELETED>DualB-CSE</DELETED>",
53: "DualB-CSE",
54: "DualB-EE",
55: "DualB-MSE",
101: "DualB-ME",
Expand All @@ -853,7 +853,7 @@ export const rev = {
103: "DualB-SDS",
57: "DualB-PHY",
58: "DualB-DES",
59: "<DELETED>DualC-EE</DELETED>",
59: "DualC-EE",
104: "DualB-MS",
105: "DualB-SEE",
60: "DualC-MS",
Expand All @@ -879,7 +879,7 @@ export const rev = {
89: "MSR-EE",
90: "MSR-ME",
91: "MSR-CGS",
92: "<DELETED>MSR-EEM</DELETED>",
92: "<DELETED>MSR-EEM</DELETED>", // extra
93: "MSR-PSE",
94: "MSR-SEE",
107: "MSc-CHM",
Expand All @@ -901,7 +901,7 @@ export const rev = {
111: "PhD-CHM",
112: "PhD-ECO",
71: "PhD-ES",
72: "<DELETED>PhD-MTH</DELETED>",
72: "PhD-MTH",
73: "PhD-PHY",
74: "PhD-CGS",
75: "PhD-DES",
Expand Down
Loading