aaronzou / mirone

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

aquamoto fails to accept water files list #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. under aquamoto - timegrids menu:

selecting water files list throws up following error.
-----
» mirone
» ??? Operands to the || and && operators must be convertible to logical
scalar values.

Error in ==> aquamoto>push_namesList_Callback at 1936
        if (n_column == 1 && names{k}(1) == '#')    % If n_column > 1, this test
was already done above

Error in ==> aquamoto>aquamoto_uicallback at 3576
feval(callback_name,hObject,[],guidata(h1));

??? Error while evaluating uicontrol Callback.
-------------------------

latest SVN & matlab R14

Please provide any additional information below.

same thing works in V1.31

Original issue reported on code.google.com by rrama...@gmail.com on 21 Oct 2008 at 12:24

GoogleCodeExporter commented 8 years ago
Hi,

This is indeed a bug but you can circumvent it by using a list file with two 
columns, where second column  contains a numeric value which will be used as 
the 
layer number (not necessarily an integer, but must be positive).

Original comment by jl...@ualg.pt on 21 Oct 2008 at 5:04