aboutsummaryrefslogtreecommitdiff
path: root/software/chapter.tex
diff options
context:
space:
mode:
Diffstat (limited to 'software/chapter.tex')
-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