mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
clean up whitespaces
use spaces, not tabs
This commit is contained in:
@ -173,10 +173,10 @@ void oneWayVTK::getData
|
||||
input >> just_read; // skip text for dataType
|
||||
// need to distinguish between file formats from dump custom/vtk and from LPP
|
||||
if(just_read.compare("3") == 0)
|
||||
{
|
||||
input >> just_read;
|
||||
input >> just_read;
|
||||
}
|
||||
{
|
||||
input >> just_read;
|
||||
input >> just_read;
|
||||
}
|
||||
for (int index = 0; index<particleCloud_.numberOfParticles(); ++index)
|
||||
{
|
||||
input >> field[index][0] >> field[index][1] >> field[index][2];
|
||||
|
||||
Reference in New Issue
Block a user