Fix CRAN check warnings/notes (#3988)
* fix * reorder declaration to match initialization
This commit is contained in:
committed by
Vadim Khotilovich
parent
4be5edaf92
commit
84a3af8dc0
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user