Skip to content
Snippets Groups Projects

Feature/amalgamated

2 files
+ 13
10
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
2
@@ -92,10 +92,11 @@ public:
/// internal values shared between all balancing methods
ALL()
:
loadbalancing_step(0)
#ifdef ALL_VTK_OUTPUT
vtk_init(false),
, vtk_init(false)
#endif
loadbalancing_step(0) {
{
// determine correct MPI data type for template T
if (std::is_same<T, double>::value)
MPIDataTypeT = MPI_DOUBLE;
Loading