Home > functions > job > job_edit_area_dir > job_edit_area_undo.m

job_edit_area_undo

PURPOSE ^

SYNOPSIS ^

function job_edit_area_undo(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_area_undo(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 % Global variables
0009 Iextract = vbmeg_inst.editarea{inst_id}.Iextract;
0010 
0011 for i=1:29, Iextract{i} = Iextract{i+1}; end; 
0012 vbmeg_inst.editarea{inst_id}.Iextract = Iextract;
0013 
0014 % Update screen
0015 job_edit_area_update_spatialpattern(inst_id);
0016

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