From: Claudio F. <kla...@gm...> - 2012-09-07 12:18:14
|
On Fri, Sep 7, 2012 at 4:50 AM, c. <car...@gm...> 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. |