Add temporary getBuffer function and it should be removed later
parent
bc6ce27b28
commit
6c3df407a1
|
@ -151,6 +151,10 @@ public:
|
|||
const std::map<Key,Vector> &lambda
|
||||
) ;
|
||||
|
||||
// Should be removed after test
|
||||
double* getBuffer() {
|
||||
return buffer_;
|
||||
}
|
||||
protected:
|
||||
|
||||
void clean() ;
|
||||
|
|
Loading…
Reference in New Issue