~ubuntu-branches/ubuntu/wily/octave/wily

« back to all changes in this revision

Viewing changes to scripts/signal/stft.m

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2013-05-14 12:42:41 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130514124241-dqow8bc0l4r3yj93
Tags: 3.6.4-2
* Adapt for Texinfo 5
  - add_info_dir_categories: use @dircategory in the patch
  - texinfo5.diff: new patch, fixes compatibility issues with Texinfo 5
* Upgrade to FLTK 1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
      elseif (strcmp (win_type, "rectangle"))
79
79
        win_type = 3;
80
80
      else
81
 
        error ("stft: unknown window type `%s'", win_type);
 
81
        error ("stft: unknown window type '%s'", win_type);
82
82
      endif
83
83
    endif
84
84
  else