Skip to content
Snippets Groups Projects
Commit 1a7f5a4a authored by webmanue's avatar webmanue
Browse files

Merge branch '80-build-fails-on-euler-cluster' into 'master'

Resolve "Build fails on Euler cluster"

Closes #80

See merge request mechanics-and-materials/ae108!73
parents 4a3c11e2 b7881dad
No related branches found
No related tags found
No related merge requests found
Pipeline #110294 passed
......@@ -140,7 +140,7 @@ MATCHER_P(IsWrappedSingleValue, value,
std::string(negation ? "not " : "") + "wrapped single value " +
PrintToString(value)) {
return ::testing::ExplainMatchResult(SizeIs(1), arg, result_listener) &&
::testing::ExplainMatchResult(SizeIs(1), arg[0], result_listener) &&
::testing::ExplainMatchResult(Eq(1), arg[0].size(), result_listener) &&
::testing::ExplainMatchResult(ScalarEq(value), arg[0](0),
result_listener);
}
......
......@@ -18,7 +18,7 @@
#include "ae108/cpppetsc/ParallelComputePolicy_fwd.h"
#include "ae108/cpppetsc/SequentialComputePolicy_fwd.h"
#include "ae108/cpppetsc/UniqueEntity.h"
#include <slepc/slepceps.h>
#include <slepceps.h>
namespace ae108 {
namespace cppslepc {
......
......@@ -77,7 +77,7 @@ computeGeneralizedEigenvalues(
#include <range/v3/view/iota.hpp>
#include <range/v3/view/transform.hpp>
#include <slepc/slepceps.h>
#include <slepceps.h>
namespace ae108 {
namespace cppslepc {
......
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