Skip to content

Commit

Permalink
FEM: German comments, translate them into English
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Sep 12, 2019
1 parent daefc7f commit 866010f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Mod/Fem/App/FemMesh.cpp
Expand Up @@ -1135,8 +1135,9 @@ void FemMesh::readNastran(const std::string &Filename)

for(unsigned int i=0;i<all_elements.size();i++)
{
//Die Reihenfolge wie hier die Elemente hinzugefügt werden ist sehr wichtig.
//Ansonsten ist eine konsistente Datenstruktur nicht möglich
// an consistent data structure is only possible
// if the elements are added in the right order
// thus the order is very important
//meshds->AddVolumeWithID
//(
// meshds->FindNode(all_elements[i][0]),
Expand Down Expand Up @@ -1951,8 +1952,9 @@ struct Fem::FemMesh::FemMeshInfo FemMesh::getInfo(void) const{
}
// for(unsigned int i=0;i<all_elements.size();i++)
// {
// //Die Reihenfolge wie hier die Elemente hinzugefügt werden ist sehr wichtig.
// //Ansonsten ist eine konsistente Datenstruktur nicht möglich
// // an consistent data structure is only possible
// // if the elements are added in the right order
// // thus the order is very important
// meshds->AddVolumeWithID(
// meshds->FindNode(all_elements[i][0]),
// meshds->FindNode(all_elements[i][2]),
Expand Down

0 comments on commit 866010f

Please sign in to comment.