aboutsummaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-04-15 18:02:35 -0500
committerBlaise Thompson <blaise@untzag.com>2018-04-15 18:02:35 -0500
commit14bc9be2a66cba11f88c87a3aebc93d142b19743 (patch)
treee3274c9cb3a7d9879cf4665bb95338e1652f23d1 /software
parent58a5425154d4d7eec55463e5e2a89b7ade067781 (diff)
2018-04-15 18:02
Diffstat (limited to 'software')
-rw-r--r--software/chapter.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/software/chapter.tex b/software/chapter.tex
index 06fcff9..a3f8d2d 100644
--- a/software/chapter.tex
+++ b/software/chapter.tex
@@ -297,7 +297,7 @@ taking the longest, rather than trying to guess or use intuition. %
Only optimize speed-limiting operations, and stop optimizing once the code runs as quickly as
needed. %
-\section{Object oriented programming} % ----------------------------------------------------------
+\section{Object oriented programming} \label{sof:sec:oop} % ======================================
The work in this dissertation makes heavy use of object oriented programming, so some very basic
introduction to the concept seems warranted. %
@@ -398,7 +398,7 @@ I recommend The Quarks of Object-Oriented Development, by \textcite{ArmstrongDeb
% TODO: consider discussion of polymorphism
-\section{Hierarchical data format} % -------------------------------------------------------------
+\section{Hierarchical data format} \label{sof:sec:hdf} % =========================================
One of the particularly important challenges in CMDS is data storage. %
CMDS datasets are multi-dimensional, and the particular dimensions are different from experiment