Fixing compile error.

This commit is contained in:
(no author)
2011-01-27 18:05:42 +00:00
parent dba1a4ae7c
commit e8e53a89cf
2 changed files with 3 additions and 3 deletions
@@ -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,
@@ -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,