Add temporary getBuffer function and it should be removed later

release/4.3a0
Sungtae An 2014-12-01 04:58:55 -05:00
parent bc6ce27b28
commit 6c3df407a1
1 changed files with 4 additions and 0 deletions

View File

@ -151,6 +151,10 @@ public:
const std::map<Key,Vector> &lambda const std::map<Key,Vector> &lambda
) ; ) ;
// Should be removed after test
double* getBuffer() {
return buffer_;
}
protected: protected:
void clean() ; void clean() ;