whitespace
This commit is contained in:
@ -96,7 +96,7 @@ class CommBrickDirect : public CommBrick {
|
||||
|
||||
// NOTE: init_pointers and init_buffers_direct are called from a constructor
|
||||
// and must not be made virtual
|
||||
|
||||
|
||||
void init_pointers();
|
||||
void init_buffers_direct();
|
||||
|
||||
|
||||
@ -119,7 +119,7 @@ class CommTiled : public Comm {
|
||||
|
||||
// NOTE: init_pointers and init_buffers are called from a constructor
|
||||
// and must not be made virtual
|
||||
|
||||
|
||||
void init_pointers();
|
||||
void init_buffers();
|
||||
int init_buffers_flag;
|
||||
|
||||
Reference in New Issue
Block a user