On Fri, Sep 7, 2012 at 4:50 AM, c. <carlo.defa...@gmail.com> wrote:
> ===================================================================
> --- MPI_Probe.cc        (revision 10967)
> +++ MPI_Probe.cc        (working copy)
> @@ -101,11 +101,8 @@
>            print_usage ();
>            results = octave_value (-1);
>          }
> -
> -      return results;
> -
> -      /* [ stat info ] = MPI_Probe (src, tag, comm) */
>      }
> +  return results;
>  }
>
>
> could you please check if this works for you?
> Thanks!

I thought of that, but that would be similar to

return octave_value_list();

Whereas in MPI_Probe.cc:105, theres another print_usage that returns
octave_value(-1).

I thought it should return the same thing in both cases where it
prints usage information.

Anyway, I'm sure it builds with the patch you committed, I'll confirm
a little bit later.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to