Skip to content

Commit b698f2e

Browse files
authored
fix(lcgwr): unused variable (#100)
1 parent 3cbc030 commit b698f2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/gwmodelpp/GWRLocalCollinearity.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ class GWRLocalCollinearity : public GWRBase, public IBandwidthSelectable, public
347347
ParallelType mParallelType = ParallelType::SerialOnly;
348348

349349
int mOmpThreadNum = 8;
350-
arma::uword mGpuId = 0;
351-
arma::uword mGroupSize = 64;
352350
};
353351

354352
inline int GWRLocalCollinearity::parallelAbility() const

0 commit comments

Comments
 (0)