FEM: code formating, replace tabulator with spaces

This commit is contained in:
Bernd Hahnebach
2016-08-15 18:19:38 +01:00
committed by wmayer
parent 80bd3c7cc3
commit bf03c91781
13 changed files with 100 additions and 101 deletions

View File

@@ -110,7 +110,7 @@ FemMesh::~FemMesh()
FemMesh &FemMesh::operator=(const FemMesh& mesh)
{
if (this != &mesh) {
myMesh = getGenerator()->CreateMesh(0,true);
myMesh = getGenerator()->CreateMesh(0,true);
copyMeshData(mesh);
}
return *this;
@@ -892,7 +892,7 @@ void FemMesh::read(const char *FileName)
}
else if (File.hasExtension("dat") ) {
// read brep-file
// vejmarie disable
// vejmarie disable
myMesh->DATToMesh(File.filePath().c_str());
}
else if (File.hasExtension("bdf") ) {