Fixing compile error.
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ class DistributedKde {
|
||||
mlpack::distributed_kde::DistributedKdeArguments <
|
||||
DistributedTableType > *arguments_out);
|
||||
|
||||
static void ParseArguments(
|
||||
static bool ParseArguments(
|
||||
int argc,
|
||||
char *argv[],
|
||||
boost::mpi::communicator &world,
|
||||
|
||||
+2
-2
@@ -326,7 +326,7 @@ void DistributedKde<DistributedTableType>::RandomGenerate(
|
||||
}
|
||||
|
||||
template<typename DistributedTableType>
|
||||
void DistributedKde<DistributedTableType>::ParseArguments(
|
||||
bool DistributedKde<DistributedTableType>::ParseArguments(
|
||||
boost::mpi::communicator &world,
|
||||
const std::vector<std::string> &args,
|
||||
mlpack::distributed_kde::DistributedKdeArguments <
|
||||
@@ -463,7 +463,7 @@ void DistributedKde<DistributedTableType>::ParseArguments(
|
||||
}
|
||||
|
||||
template<typename DistributedTableType>
|
||||
void DistributedKde<DistributedTableType>::ParseArguments(
|
||||
bool DistributedKde<DistributedTableType>::ParseArguments(
|
||||
int argc,
|
||||
char *argv[],
|
||||
boost::mpi::communicator &world,
|
||||
|
||||
Reference in New Issue
Block a user