comparison data/model/SparseModel.h @ 389:a1b6d2e33cab

* document library dependencies * remove dependency of transform on audioio
author Chris Cannam
date Thu, 13 Mar 2008 10:12:14 +0000
parents 7aa1de571880
children 88ad01799040
comparison
equal deleted inserted replaced
388:370aa9714ef5 389:a1b6d2e33cab
605 { 605 {
606 if (!m_commands.empty()) { 606 if (!m_commands.empty()) {
607 return this; 607 return this;
608 } else { 608 } else {
609 delete this; 609 delete this;
610 return 0;
610 } 611 }
611 } 612 }
612 613
613 template <typename PointType> 614 template <typename PointType>
614 void 615 void