Mercurial > hg > ltpda
view m-toolbox/classes/@LTPDAworkbench/stepBackwards.m @ 11:9174aadb93a5 database-connection-manager
Add LTPDA Repository utility functions into utils.repository
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
% STEPBACKWARDS step backwards one step in current pipeline. % % CALL: wb.stepBackwards % % M Hewitson 13-11-08 % % $Id: stepBackwards.m,v 1.2 2010/08/06 19:10:49 ingo Exp $ % function stepBackwards(varargin) wb = varargin{1}; awtinvoke(wb.mp, 'stepBackwardCurrentPipeline'); end