whitespace

This commit is contained in:
Stan Gerald Moore
2024-04-29 11:00:45 -06:00
parent 2096510c88
commit 3272e84d31
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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;