view test/@Spork/getStash.m @ 11044:757249bb4888

eigs.cc: use octave_scalar_map instead of Octave_map
author John W. Eaton <jwe@octave.org>
date Wed, 29 Sep 2010 03:31:11 -0400
parents f9ab19428cd8
children
line wrap: on
line source

function [ out ] = getStash(cls)

  out = myStash();
        
end