annotate sched/null_schedule.m @ 53:3ba80c9914ff

Minor doc fix, added .class to .hgignore
author samer
date Mon, 02 Feb 2015 10:47:55 +0000
parents f7fb679637ff
children
rev   line source
samer@10 1 % null_schedule - A schedule that does nothing
samer@10 2 %
samer@10 3 % null_scedule :: void -> schedule.
samer@10 4 function sch0=null_schedule, sch0={}; end