mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
no need for finalizer in case of 'label'
This commit is contained in:
@ -127,7 +127,7 @@ void IOModel::streamDataToPath(fileName path, double** array,int nPProc,word nam
|
|||||||
}else if (type=="position" || type=="vector"){
|
}else if (type=="position" || type=="vector"){
|
||||||
fileStream <<"( "<< array[index][0] <<" "<<array[index][1]<<" "<<array[index][2]<<" ) "<< finaliser << " \n";
|
fileStream <<"( "<< array[index][0] <<" "<<array[index][1]<<" "<<array[index][2]<<" ) "<< finaliser << " \n";
|
||||||
}else if (type=="label"){
|
}else if (type=="label"){
|
||||||
fileStream << index << finaliser << " \n";
|
fileStream << index << " \n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user