Skip to content
Snippets Groups Projects

[WIP] Add applyEntrywise method

Open lh1887 requested to merge feature/inplace_binary into master
1 unresolved thread
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
@@ -16,11 +16,6 @@
using namespace Dune;
//template<typename X, typename Y>
//bool my_or(const X& x, const Y& y) {
//return x || y;
//}
TestSuite test_inplace_or() {
TestSuite suite;
Loading