comparison src/is_master_node.cc @ 270:f4d6ae912a08 default tip

Correct typos in the doc-strings
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Thu, 14 Aug 2014 17:55:32 +0200
parents 61830a4f9ab9
children
comparison
equal deleted inserted replaced
269:897e312cb440 270:f4d6ae912a08
20 #include "dolfin_compat.h" 20 #include "dolfin_compat.h"
21 21
22 DEFUN_DLD (is_master_node, args, nargout, 22 DEFUN_DLD (is_master_node, args, nargout,
23 "-*- texinfo -*-\n\ 23 "-*- texinfo -*-\n\
24 @deftypefn {Function File} {} \ 24 @deftypefn {Function File} {} \
25 is_master_process ()\n\ 25 is_master_node ()\n\
26 Return true if called on node zero.\n\ 26 Return true if called on node zero.\n\
27 @end deftypefn") 27 @end deftypefn")
28 { 28 {
29 octave_value retval; 29 octave_value retval;
30 int nargin = args.length (); 30 int nargin = args.length ();