/* * Tape.cpp * * Created on: 6 Nov 2013 * Author: s0965328 */ #include "Tape.h" namespace AutoDiff { template<> Tape* Tape::indexTape = NULL; template<> Tape* Tape::valueTape = NULL; }