Skip to content
Snippets Groups Projects
Commit 4f44693a authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remove partition tests

parent b1d0fcb3
No related branches found
No related tags found
1 merge request!11Feature/mpi
...@@ -16,15 +16,10 @@ ...@@ -16,15 +16,10 @@
#include <CLI/CLI.hpp> #include <CLI/CLI.hpp>
#include <Partitioner.hpp>
std::string initialize(int& argc, char* argv[]) std::string initialize(int& argc, char* argv[])
{ {
Messenger::create(argc, argv); Messenger::create(argc, argv);
Partitioner P;
long unsigned number = 10; long unsigned number = 10;
std::string filename; std::string filename;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment