FEM: code formating, white spaces

This commit is contained in:
Bernd Hahnebach
2017-02-16 07:54:43 +01:00
parent 7fb489f096
commit 90a9fd1a28
4 changed files with 13 additions and 13 deletions

View File

@@ -258,7 +258,7 @@ void FemPostPipeline::load(FemResultObject* res) {
//Now copy the point data over
//############################
if(res->getPropertyByName("Velocity")){ // consider better way to detect result type, res->Type == "CfdResult"
if(res->getPropertyByName("Velocity")){ // TODO: consider better way to detect result type, res->Type == "CfdResult"
FemVTKTools::exportFluidicResult(res, grid);
}
else{