Skip to content
Snippets Groups Projects
Commit 36dd86c3 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Initialize MPI in adolctest

This is needed to test against the 2.6 core modules.
parent c417302e
No related branches found
No related tags found
1 merge request!25Harmonicmap integration test
......@@ -412,6 +412,8 @@ void compareMatrices(const Matrix<FieldMatrix<double,N,N> >& matrixA, std::strin
int main (int argc, char *argv[]) try
{
MPIHelper::instance(argc, argv);
typedef std::vector<TargetSpace> SolutionType;
enum { embeddedBlocksize = TargetSpace::EmbeddedTangentVector::dimension };
enum { blocksize = TargetSpace::TangentVector::dimension };
......
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