Skip to content

Commit 02b2a97

Browse files
committed
FEAT: check to see if interpolation coefs are set
1 parent 2a3e105 commit 02b2a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/grid.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ class Grid {
227227

228228
std::vector<messages_struct> interchanges;
229229
std::vector<messages_struct> interchangesOneVar;
230+
bool gcInterpolationSet = false;
230231

231232
messages_struct make_new_interconnection(int64_t iDir,
232233
int64_t nVars,

0 commit comments

Comments
 (0)