From 14bc9be2a66cba11f88c87a3aebc93d142b19743 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 15 Apr 2018 18:02:35 -0500 Subject: 2018-04-15 18:02 --- software/chapter.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'software') 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 -- cgit v1.2.3