view test/@Spork/saveobj.m @ 11504:81ff63e43f54

really make destuctors virtual in ODE/DAE base classes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 03:28:21 -0500
parents f9ab19428cd8
children
line wrap: on
line source

function [ out ] = saveobj( in )

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