Fixed typo introduced in commit e8ed4c1f67.

time-shift
Stéphane Adjemian (Charybdis) 2013-06-13 16:39:12 +02:00
parent 88ba8863a2
commit 8e897b63e2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ function [fOutVar,nBlockPerCPU, totCPU] = masterParallel(Parallel,fBlock,nBlock,
% computing.
% It is the top-level function called on the master computer when parallelizing a task.
% This function has two main computational strategiues for managing the matlab worker (slave process).
% This function has two main computational strategies for managing the matlab worker (slave process).
% 0 Simple Close/Open Stategy:
% In this case the new Matlab instances (slave process) are open when
% necessary and then closed. This can happen many times during the