Skip to content
Snippets Groups Projects
Commit 330502c4 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing compilation and test for pdata

parent f13f117f
No related branches found
No related tags found
No related merge requests found
openfpm_data @ 5dd59a1f
Subproject commit fa6e1d93eee2226ca3547c5980601a71e0b14ae3
Subproject commit 5dd59a1f3922c2a0bb470441f6d91edd10559e45
openfpm_devices @ e15dcba6
Subproject commit 18cad2e78602aa5f55f04926c327a7864d67b756
Subproject commit e15dcba6fd73f2229b4800c8b413bc256eee10bf
openfpm_io @ 0c53d1a9
Subproject commit b7238aac71a82a304a7d455a8a62fc1149168fb5
Subproject commit 0c53d1a9b2fa96341b764ed92936207d1e62ff9b
openfpm_vcluster @ d7f92684
Subproject commit 3b3726580087e16b548a63094d8ae544d0636106
Subproject commit d7f92684da97c1e52d31b8b4b0097840d9eab5a8
......@@ -28,18 +28,10 @@
#include "ie_loc_ghost.hpp"
#include "ie_ghost.hpp"
#include "nn_processor.hpp"
#include "util/se_util.hpp"
#define CARTDEC_ERROR 2000lu
// Macro that decide what to do in case of error
#ifdef STOP_ON_ERROR
#define ACTION_ON_ERROR() exit(1);
#elif defined(THROW_ON_ERROR)
#define ACTION_ON_ERROR() throw CARTDEC_ERROR;
#else
#define ACTION_ON_ERROR()
#endif
/**
* \brief This class decompose a space into subspaces
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment