annotate general/funutils/nop.m @ 26:8f4a21082c45

It was wrong. Now it is right.
author samer
date Sat, 19 Jan 2013 13:09:31 +0000
parents e44f49929e56
children
rev   line source
samer@4 1 function x=nop(varargin)
samer@4 2 % nop - Function that takes any number of args and does nothing
samer@4 3