view test/@Snork/subsindex.m @ 12742:630068170ef0 stable

maint: use URL for bugs in configure script * configure.ac (AC_INIT): Use URL for bugs.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jun 2011 16:39:38 -0400
parents f9ab19428cd8
children
line wrap: on
line source

function [ out ] = subsindex( obj )

  out = 0;
        
end