From 87c80f69b619f8332ff48b6ee0d27ed15a06d24f Mon Sep 17 00:00:00 2001
From: Marco Ratto <marco.ratto@jrc.ec.europa.eu>
Date: Mon, 6 Sep 2010 16:59:57 +0200
Subject: [PATCH] Minor change to preamble

---
 matlab/distributeJobs.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/matlab/distributeJobs.m b/matlab/distributeJobs.m
index e5b5018e02..31e980da32 100644
--- a/matlab/distributeJobs.m
+++ b/matlab/distributeJobs.m
@@ -5,9 +5,9 @@ function [nCPU, totCPU, nBlockPerCPU] = distributeJobs(Parallel, fBlock, nBlock)
 %
 % INPUTS
 %  o Parallel [struct vector]   copy of options_.parallel
-%  o fBlock [int]               index number of the first thread
+%  o fBlock [int]               index number of the first job (e.g. MC iteration or MH block)
 %                               (between 1 and nBlock)
-%  o nBlock [int]               index number of the last thread.
+%  o nBlock [int]               index number of the last job.
 %
 % OUTPUT
 %  o nBlockPerCPU [int vector]  for each CPU used, indicates the number of
-- 
GitLab