Whitespace

This commit is contained in:
Stan Moore
2021-08-30 14:57:59 -06:00
parent 0e639a2c5b
commit 1703cd4ca2

View File

@ -44,7 +44,7 @@ class CommBrick : public Comm {
virtual void forward_comm_dump(class Dump *); // forward comm from a Dump
virtual void reverse_comm_dump(class Dump *); // reverse comm from a Dump
virtual void forward_comm_array(int, double **); // forward comm of array
virtual void forward_comm_array(int, double **); // forward comm of array
int exchange_variable(int, double *, double *&); // exchange on neigh stencil
void *extract(const char *, int &);
virtual double memory_usage();