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 Jun 23, 2017
1 parent b386b7b commit f008a60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Expand Up @@ -209,8 +209,8 @@ void PendulumWindowWindow::createAndSetZincContext()

OpenCMISS::Zinc::FieldNodeLookup nodeCoordinates = fieldModule.createFieldNodeLookup(rcCoordinates, node);

// xiTime_coordinates converts the time variation to be spatial, showing
// the values of nodeCoordinates at xiTime
// xiTimeNodeCoordinates converts the time variation to be spatial,
// showing the values of nodeCoordinates at xiTime

OpenCMISS::Zinc::FieldTimeLookup xiTimeNodeCoordinates = fieldModule.createFieldTimeLookup(nodeCoordinates, xiTime);

Expand Down Expand Up @@ -255,7 +255,7 @@ void PendulumWindowWindow::createAndSetZincContext()
OpenCMISS::Zinc::Tessellationmodule tessellationModule = scene.getTessellationmodule();
OpenCMISS::Zinc::Tessellation tessellation = tessellationModule.createTessellation();

const int tessellationData[] = { 10000 };
const int tessellationData[] = { DataSize };

tessellation.setMinimumDivisions(1, tessellationData);

Expand Down
Expand Up @@ -15,6 +15,9 @@
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="layout">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>4</number>
</property>
Expand Down

0 comments on commit f008a60

Please sign in to comment.