Commit 885b5528 authored by Cianciosa, Mark's avatar Cianciosa, Mark
Browse files

I fix error where the constant derivative didn't return a node.

parent 5c9d443a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -524,6 +524,8 @@ namespace graph {
                leaf_node<T>::cache[h] = zero;
                return zero;
            }
            
            return leaf_node<T>::cache[h];
        }

//------------------------------------------------------------------------------