From 24f26ff6eb6f9cea5931447e738e2ab8c607b983 Mon Sep 17 00:00:00 2001
From: Spencer Smith <smiths@mcmaster.ca>
Date: Tue, 6 Feb 2018 11:30:36 -0500
Subject: [PATCH] Rearranging order of lectures to move funct programming one
 lecture earlier

---
 .../FunctProgInPython.pdf                           | Bin
 .../FunctProgInPython.tex                           |   0
 .../FunctProgInPython.vrb                           |   0
 .../examples.py                                     |   0
 .../examplesInClass.py                              |   0
 .../examplesPartial.py                              |   0
 .../FunctProgContinued.pdf                          | Bin
 .../FunctProgContinued.tex                          |   0
 .../FunctProgContinued.vrb                          |   0
 .../examples.py                                     |   0
 .../examplesInClass.py                              |   0
 .../examplesPartial.py                              |   0
 Lectures/{L15_MG => L17_MG}/ExampleMaze.pdf         | Bin
 Lectures/{L15_MG => L17_MG}/ExampleMesh.pdf         | Bin
 Lectures/{L15_MG => L17_MG}/MG.pdf                  | Bin
 Lectures/{L15_MG => L17_MG}/MG.tex                  |   0
 Lectures/{L15_MG => L17_MG}/MG.vrb                  |   0
 Lectures/{L15_MG => L17_MG}/MGAndMIS_Examples.pdf   | Bin
 Lectures/{L15_MG => L17_MG}/Notetaking.pdf          | Bin
 .../{L15_MG => L17_MG}/ParnasDecompBySecrets.png    | Bin
 Lectures/{L15_MG => L17_MG}/Tank.pdf                | Bin
 Lectures/{L15_MG => L17_MG}/UsesHierarchy.pdf       | Bin
 Lectures/{L15_MG => L17_MG}/UsesHierarchyBetter.pdf | Bin
 Lectures/{L15_MG => L17_MG}/hierarchy_diagram.pdf   | Bin
 Lectures/{L15_MG => L17_MG}/magnetron1.pdf          | Bin
 25 files changed, 0 insertions(+), 0 deletions(-)
 rename Lectures/{L16_FunctProgInPython => L15_FunctProgInPython}/FunctProgInPython.pdf (100%)
 rename Lectures/{L16_FunctProgInPython => L15_FunctProgInPython}/FunctProgInPython.tex (100%)
 rename Lectures/{L16_FunctProgInPython => L15_FunctProgInPython}/FunctProgInPython.vrb (100%)
 rename Lectures/{L16_FunctProgInPython => L15_FunctProgInPython}/examples.py (100%)
 rename Lectures/{L16_FunctProgInPython => L15_FunctProgInPython}/examplesInClass.py (100%)
 rename Lectures/{L16_FunctProgInPython => L15_FunctProgInPython}/examplesPartial.py (100%)
 rename Lectures/{L17_FunctProgContinued => L16_FunctProgContinued}/FunctProgContinued.pdf (100%)
 rename Lectures/{L17_FunctProgContinued => L16_FunctProgContinued}/FunctProgContinued.tex (100%)
 rename Lectures/{L17_FunctProgContinued => L16_FunctProgContinued}/FunctProgContinued.vrb (100%)
 rename Lectures/{L17_FunctProgContinued => L16_FunctProgContinued}/examples.py (100%)
 rename Lectures/{L17_FunctProgContinued => L16_FunctProgContinued}/examplesInClass.py (100%)
 rename Lectures/{L17_FunctProgContinued => L16_FunctProgContinued}/examplesPartial.py (100%)
 rename Lectures/{L15_MG => L17_MG}/ExampleMaze.pdf (100%)
 rename Lectures/{L15_MG => L17_MG}/ExampleMesh.pdf (100%)
 rename Lectures/{L15_MG => L17_MG}/MG.pdf (100%)
 rename Lectures/{L15_MG => L17_MG}/MG.tex (100%)
 rename Lectures/{L15_MG => L17_MG}/MG.vrb (100%)
 rename Lectures/{L15_MG => L17_MG}/MGAndMIS_Examples.pdf (100%)
 rename Lectures/{L15_MG => L17_MG}/Notetaking.pdf (100%)
 rename Lectures/{L15_MG => L17_MG}/ParnasDecompBySecrets.png (100%)
 rename Lectures/{L15_MG => L17_MG}/Tank.pdf (100%)
 rename Lectures/{L15_MG => L17_MG}/UsesHierarchy.pdf (100%)
 rename Lectures/{L15_MG => L17_MG}/UsesHierarchyBetter.pdf (100%)
 rename Lectures/{L15_MG => L17_MG}/hierarchy_diagram.pdf (100%)
 rename Lectures/{L15_MG => L17_MG}/magnetron1.pdf (100%)

diff --git a/Lectures/L16_FunctProgInPython/FunctProgInPython.pdf b/Lectures/L15_FunctProgInPython/FunctProgInPython.pdf
similarity index 100%
rename from Lectures/L16_FunctProgInPython/FunctProgInPython.pdf
rename to Lectures/L15_FunctProgInPython/FunctProgInPython.pdf
diff --git a/Lectures/L16_FunctProgInPython/FunctProgInPython.tex b/Lectures/L15_FunctProgInPython/FunctProgInPython.tex
similarity index 100%
rename from Lectures/L16_FunctProgInPython/FunctProgInPython.tex
rename to Lectures/L15_FunctProgInPython/FunctProgInPython.tex
diff --git a/Lectures/L16_FunctProgInPython/FunctProgInPython.vrb b/Lectures/L15_FunctProgInPython/FunctProgInPython.vrb
similarity index 100%
rename from Lectures/L16_FunctProgInPython/FunctProgInPython.vrb
rename to Lectures/L15_FunctProgInPython/FunctProgInPython.vrb
diff --git a/Lectures/L16_FunctProgInPython/examples.py b/Lectures/L15_FunctProgInPython/examples.py
similarity index 100%
rename from Lectures/L16_FunctProgInPython/examples.py
rename to Lectures/L15_FunctProgInPython/examples.py
diff --git a/Lectures/L16_FunctProgInPython/examplesInClass.py b/Lectures/L15_FunctProgInPython/examplesInClass.py
similarity index 100%
rename from Lectures/L16_FunctProgInPython/examplesInClass.py
rename to Lectures/L15_FunctProgInPython/examplesInClass.py
diff --git a/Lectures/L16_FunctProgInPython/examplesPartial.py b/Lectures/L15_FunctProgInPython/examplesPartial.py
similarity index 100%
rename from Lectures/L16_FunctProgInPython/examplesPartial.py
rename to Lectures/L15_FunctProgInPython/examplesPartial.py
diff --git a/Lectures/L17_FunctProgContinued/FunctProgContinued.pdf b/Lectures/L16_FunctProgContinued/FunctProgContinued.pdf
similarity index 100%
rename from Lectures/L17_FunctProgContinued/FunctProgContinued.pdf
rename to Lectures/L16_FunctProgContinued/FunctProgContinued.pdf
diff --git a/Lectures/L17_FunctProgContinued/FunctProgContinued.tex b/Lectures/L16_FunctProgContinued/FunctProgContinued.tex
similarity index 100%
rename from Lectures/L17_FunctProgContinued/FunctProgContinued.tex
rename to Lectures/L16_FunctProgContinued/FunctProgContinued.tex
diff --git a/Lectures/L17_FunctProgContinued/FunctProgContinued.vrb b/Lectures/L16_FunctProgContinued/FunctProgContinued.vrb
similarity index 100%
rename from Lectures/L17_FunctProgContinued/FunctProgContinued.vrb
rename to Lectures/L16_FunctProgContinued/FunctProgContinued.vrb
diff --git a/Lectures/L17_FunctProgContinued/examples.py b/Lectures/L16_FunctProgContinued/examples.py
similarity index 100%
rename from Lectures/L17_FunctProgContinued/examples.py
rename to Lectures/L16_FunctProgContinued/examples.py
diff --git a/Lectures/L17_FunctProgContinued/examplesInClass.py b/Lectures/L16_FunctProgContinued/examplesInClass.py
similarity index 100%
rename from Lectures/L17_FunctProgContinued/examplesInClass.py
rename to Lectures/L16_FunctProgContinued/examplesInClass.py
diff --git a/Lectures/L17_FunctProgContinued/examplesPartial.py b/Lectures/L16_FunctProgContinued/examplesPartial.py
similarity index 100%
rename from Lectures/L17_FunctProgContinued/examplesPartial.py
rename to Lectures/L16_FunctProgContinued/examplesPartial.py
diff --git a/Lectures/L15_MG/ExampleMaze.pdf b/Lectures/L17_MG/ExampleMaze.pdf
similarity index 100%
rename from Lectures/L15_MG/ExampleMaze.pdf
rename to Lectures/L17_MG/ExampleMaze.pdf
diff --git a/Lectures/L15_MG/ExampleMesh.pdf b/Lectures/L17_MG/ExampleMesh.pdf
similarity index 100%
rename from Lectures/L15_MG/ExampleMesh.pdf
rename to Lectures/L17_MG/ExampleMesh.pdf
diff --git a/Lectures/L15_MG/MG.pdf b/Lectures/L17_MG/MG.pdf
similarity index 100%
rename from Lectures/L15_MG/MG.pdf
rename to Lectures/L17_MG/MG.pdf
diff --git a/Lectures/L15_MG/MG.tex b/Lectures/L17_MG/MG.tex
similarity index 100%
rename from Lectures/L15_MG/MG.tex
rename to Lectures/L17_MG/MG.tex
diff --git a/Lectures/L15_MG/MG.vrb b/Lectures/L17_MG/MG.vrb
similarity index 100%
rename from Lectures/L15_MG/MG.vrb
rename to Lectures/L17_MG/MG.vrb
diff --git a/Lectures/L15_MG/MGAndMIS_Examples.pdf b/Lectures/L17_MG/MGAndMIS_Examples.pdf
similarity index 100%
rename from Lectures/L15_MG/MGAndMIS_Examples.pdf
rename to Lectures/L17_MG/MGAndMIS_Examples.pdf
diff --git a/Lectures/L15_MG/Notetaking.pdf b/Lectures/L17_MG/Notetaking.pdf
similarity index 100%
rename from Lectures/L15_MG/Notetaking.pdf
rename to Lectures/L17_MG/Notetaking.pdf
diff --git a/Lectures/L15_MG/ParnasDecompBySecrets.png b/Lectures/L17_MG/ParnasDecompBySecrets.png
similarity index 100%
rename from Lectures/L15_MG/ParnasDecompBySecrets.png
rename to Lectures/L17_MG/ParnasDecompBySecrets.png
diff --git a/Lectures/L15_MG/Tank.pdf b/Lectures/L17_MG/Tank.pdf
similarity index 100%
rename from Lectures/L15_MG/Tank.pdf
rename to Lectures/L17_MG/Tank.pdf
diff --git a/Lectures/L15_MG/UsesHierarchy.pdf b/Lectures/L17_MG/UsesHierarchy.pdf
similarity index 100%
rename from Lectures/L15_MG/UsesHierarchy.pdf
rename to Lectures/L17_MG/UsesHierarchy.pdf
diff --git a/Lectures/L15_MG/UsesHierarchyBetter.pdf b/Lectures/L17_MG/UsesHierarchyBetter.pdf
similarity index 100%
rename from Lectures/L15_MG/UsesHierarchyBetter.pdf
rename to Lectures/L17_MG/UsesHierarchyBetter.pdf
diff --git a/Lectures/L15_MG/hierarchy_diagram.pdf b/Lectures/L17_MG/hierarchy_diagram.pdf
similarity index 100%
rename from Lectures/L15_MG/hierarchy_diagram.pdf
rename to Lectures/L17_MG/hierarchy_diagram.pdf
diff --git a/Lectures/L15_MG/magnetron1.pdf b/Lectures/L17_MG/magnetron1.pdf
similarity index 100%
rename from Lectures/L15_MG/magnetron1.pdf
rename to Lectures/L17_MG/magnetron1.pdf
-- 
GitLab