Fix CRAN check warnings/notes (#3988)

* fix

* reorder declaration to match initialization
This commit is contained in:
Tong He
2018-12-12 06:23:20 -08:00
committed by Vadim Khotilovich
parent 4be5edaf92
commit 84a3af8dc0
8 changed files with 13 additions and 12 deletions

View File

@@ -172,8 +172,8 @@ class Transform {
/*! \brief Range object specifying parallel threads index range. */
Range range_;
/*! \brief Whether resharding for vectors is required. */
bool reshard_;
GPUDistribution distribution_;
bool reshard_;
};
public: