ref #39 smoothing is refactored
KDE smoothing algorithmisch mal geschrieben, jetzt noch testen
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Assert {
|
||||
}
|
||||
|
||||
template <typename T, typename STR> static inline void isNotNull(const T& v, const STR err) {
|
||||
if (v == nullptr) {doThrow(err);}
|
||||
if (v == nullptr) {doThrow(err);}
|
||||
}
|
||||
|
||||
template <typename T, typename STR> static inline void isNotNaN(const T v, const STR err) {
|
||||
|
||||
Reference in New Issue
Block a user