~ubuntu-branches/ubuntu/precise/pfstools/precise

« back to all changes in this revision

Viewing changes to src/octave/pfsoctavergb

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Harl
  • Date: 2008-03-31 16:38:54 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080331163854-3balernef344ztsy
Tags: 1.6.4-2
* Switched to octave3.0, thanks to Thomas Weber for the patches
  (Closes: #458131).
  - Added octave3.0.dpatch including required changes for octave 3.0.
* Added dcraw-m.dpatch which fixes the usage of dcraw's "-m" command line
  option (Closes: #464724).

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  error( "Expecting exactly one parameter with octave code to be execuded" ); 
34
34
endif
35
35
 
36
 
command = argv(){1};
 
36
command = argv{1};
37
37
 
38
38
## Add missing ';'
39
39
if( command(length(command)) != ";" )