@@ -59,6 +59,7 @@ public:
return it->second;
} else {
assert(false);
+ return it->second;
}
@@ -71,6 +72,7 @@ public:
@@ -83,6 +85,7 @@ public:
@@ -30,8 +30,6 @@
#include <utility>
#include <vector>
-#include <iostream>
-
namespace artis { namespace kernel {
enum ValueTypeID { DOUBLE, INT, BOOL, DOUBLE_VECTOR, INT_VECTOR, BOOL_VECTOR,
@@ -225,6 +223,7 @@ public:
+ return context::Value();
template < typename T >