Whitespace error

This commit is contained in:
Lorena García 2015-08-04 16:45:39 +02:00
parent fe62243805
commit 4cd78bc7ad

View File

@ -637,7 +637,7 @@ public:
}
//If there are responses in the csv file, save them. If not, responses matrix will contain just zeros
if (noutputvars != 0){
if (noutputvars != 0){
Mat(nsamples, noutputvars, CV_32F, &allresponses[0]).copyTo(tempResponses);
setData(tempSamples, ROW_SAMPLE, tempResponses, noArray(), noArray(),
noArray(), Mat(vtypes).clone(), tempMissing);