Skip to content
Snippets Groups Projects
Commit 7b00525f authored by Volker Neff's avatar Volker Neff
Browse files

remove wrong static_assert

parent ae0cafbe
No related branches found
No related tags found
1 merge request!6Draft: [WIP] New Field Architekture
......@@ -52,7 +52,6 @@ template<typename T>
void
field_deltat(const Field<T> field0, const Field<T> field1, Field<T> field2, double factor)
{
if (!field_have_same_type(field1, field2)) cdo_abort("Interal error, memType of field1 and field2 differ!");
if (field1.nmiss || field0.nmiss)
{
......
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