aaronzou / mirone

Automatically exported from code.google.com/p/mirone
0 stars 0 forks source link

SVN snapshot does not startup #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. when running the present SVN version, the folloing error occur at 
startup.
------------
??? Undefined command/function 'projection_menu'.

Error in ==> mirone_uis at 771
projection_menu(h1, home_dir)

Error in ==> mirone>mirone_OpeningFcn at 57
    [hObject,handles,home_dir] = mirone_uis(home_dir);

Error in ==> mirone at 27
        h = mirone_OpeningFcn(varargin{:});

Error in ==> startup at 29
mirone

Error in ==> matlabrc at 176
    startup
-------------------

What version of the product are you using? On what operating system?

present SVN snapshot of mirone
matlab is V7.0.019920(R14) /  May 2004

Please provide any additional information below.

customery folder definitions were taken care.

cheers
-rajaraman

Original issue reported on code.google.com by rrama...@gmail.com on 22 Feb 2008 at 9:41

GoogleCodeExporter commented 9 years ago
Fixed now.
The problem was that the line 56 of mirone.m, which updates the ML path with 
Mirone's sub-directories, was commented out.

Original comment by jl...@ualg.pt on 23 Feb 2008 at 2:37