Skip to content
Snippets Groups Projects
ParallelAlgorithm.cpp 349 B
Newer Older
#include "MantidAPI/ParallelAlgorithm.h"
Parallel::ExecutionMode ParallelAlgorithm::getParallelExecutionMode(
    const std::map<std::string, Parallel::StorageMode> &storageModes) const {
  return Parallel::getCorrespondingExecutionMode(storageModes.begin()->second);
}

} // namespace API
} // namespace Mantid