Skip to content

Commit

Permalink
revert changes in GridFunc
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Jul 15, 2024
1 parent 4a5feb2 commit 034aa35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pb/GridFunc.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ class GridFunc : public GridFuncInterface
static std::vector<T> buf3_;
static std::vector<T> buf4_;

void setValues(const int n, const T* src, const int pos = 0);

public:
// Constructors
GridFunc(const Grid&, const short, const short, const short);
Expand All @@ -112,7 +114,6 @@ class GridFunc : public GridFuncInterface

void setValues(const GridFunc<T>& src);
void setValues(const T val);
void setValues(const int n, const T* src, const int pos = 0);

int inc(const short dir) const { return grid_.inc(dir); }

Expand Down

0 comments on commit 034aa35

Please sign in to comment.