File ntt/bin/trans/mttCompareCausalCompletion.m artifact 52e40be8ac part of check-in a8cce33cfa


function is_stable = mttCompareCausalCompletion(current,previous)
	is_stable_flow = current.flows==previous.flows ;
    is_stable_effort = current.efforts==previous.efforts ;
    is_stable = is_stable_flow & is_stable_effort ;




MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]