NMFCode / NMF

This repository contains the entire code for the .NET Modeling Framework
BSD 3-Clause "New" or "Revised" License
36 stars 15 forks source link

Fixed cyclic dependency when an element's old model is the element's new model #6

Closed bwanner closed 8 years ago

bwanner commented 8 years ago

The current implementation added in 0cb5ddecc6e2ab57b9f95bed4a602f910bf448a1 caused a cyclic dependency in the RouteSensor test case. Not 100% sure if this fix works correct in all cases, please double-check.