view test/@Spork/saveobj.m @ 12297:175127b734a4 release-3-4-x

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Sun, 30 Jan 2011 01:57:40 -0500
parents f9ab19428cd8
children
line wrap: on
line source

function [ out ] = saveobj( in )

  out = in;
  %rmfield(out,'cack');
        
end