X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=Parasitemia%2FParasitemiaCore%2FAnalysis.fs;fp=Parasitemia%2FParasitemiaCore%2FAnalysis.fs;h=1ba273c0c0bc278de9c0dcc393e14b81f51e373c;hp=a4bb0ecee89fcef941110eab31a22b99a9ba07ff;hb=3c21c6ec590381439a615597342454b4298a8b5c;hpb=77ad96ab5a21dd7290ffeb86cced6cbcfafa7627 diff --git a/Parasitemia/ParasitemiaCore/Analysis.fs b/Parasitemia/ParasitemiaCore/Analysis.fs index a4bb0ec..1ba273c 100644 --- a/Parasitemia/ParasitemiaCore/Analysis.fs +++ b/Parasitemia/ParasitemiaCore/Analysis.fs @@ -171,7 +171,7 @@ let doAnalysis (img : Image) (name : string) (config : Config) (repor } /// -/// Do multiple analyses on the same time. The number of concurrent process depends if the number of the core. +/// Do multiple analyses on the same time. The number of concurrent process depends on the number of the core. /// /// The images: (name * configuration * image) /// An optional function to report progress and/or cancel the process.