Home > functions > job > job_edit_act_dir > job_edit_act_stack.m

job_edit_act_stack

PURPOSE ^

SYNOPSIS ^

function job_edit_act_stack(inst_id)

DESCRIPTION ^

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function job_edit_act_stack(inst_id)
0002 %
0003 % Copyright (C) 2011, ATR All Rights Reserved.
0004 % License : New BSD License(see VBMEG_LICENSE.txt)
0005 
0006 global vbmeg_inst;
0007 
0008 xxP = vbmeg_inst.editact{inst_id}.xxP;
0009 for i=30:-1:2, xxP{i} = xxP{i-1}; end; 
0010 vbmeg_inst.editact{inst_id}.xxP = xxP;

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005