view test/@Gork/subsasgn.m @ 9636:74be4b7273e4 ss-3-3-50

update version info for snapshot
author John W. Eaton <jwe@octave.org>
date Sat, 12 Sep 2009 06:55:13 -0400
parents f9ab19428cd8
children
line wrap: on
line source

function g = subsasgn(g, s, x)

  switch s.type
  case '.'
    switch s.subs
    case 'gyrk'
      g.gyrk = x; 
  end
end