Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 3, 2020
1 parent 59d529b commit 63ee9b4
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -258,7 +258,7 @@ void CellMLZincMappingViewZincWidget::setup()

void CellMLZincMappingViewZincWidget::setupRegion()
{
//Create and initialize region and scene
// Create and initialize region and scene

OpenCMISS::Zinc::Scene scene = mZincContext.getDefaultRegion().getScene();

Expand All @@ -276,7 +276,8 @@ void CellMLZincMappingViewZincWidget::setupRegion()

void CellMLZincMappingViewZincWidget::initAuxFile()
{
// for each exnode file, seek for the exelem
// For each exnode file, seek for the exelem

for (auto file : mZincMeshFileNames) {
if (file.endsWith(".exnode")) {
QString newFile = file;
Expand Down Expand Up @@ -336,7 +337,7 @@ void CellMLZincMappingViewZincWidget::draw()
scene.beginChange();
OpenCMISS::Zinc::Materialmodule materialModule = scene.getMaterialmodule();

//Black lines
// Black lines

OpenCMISS::Zinc::GraphicsLines lines = scene.createGraphicsLines();

Expand Down Expand Up @@ -488,7 +489,7 @@ void CellMLZincMappingViewZincWidget:: setNodeSizes(int pSize) {
//==============================================================================

void CellMLZincMappingViewZincWidget::eraseNode(int pId)
{
{
if (pId==-1) {
pId = mIdSelectedNode;
}
Expand Down

0 comments on commit 63ee9b4

Please sign in to comment.