Renamed module.

This commit is contained in:
Rowan Cockett
2013-11-18 11:56:35 -08:00
parent 7d295dc57e
commit a2c305e6bc
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -43,7 +43,7 @@
"# Make a models that correspond to the cells, faces and edges.\n",
"models = {'cell':{'Test':np.arange(0,mesh.nC),'AllOnce':np.ones(mesh.nC)},'face':{'Test':np.arange(0,np.sum(mesh.nF)),'AllOnce':np.ones(np.sum(mesh.nF))},'edge':{'Test':np.arange(0,np.sum(mesh.nE)),'AllOnce':np.ones(np.sum(mesh.nE))}}\n",
"# Make the vtk viewer object.\n",
"vtkViewer = simpeg.visulize.vtk.vtkView(mesh,models) \n",
"vtkViewer = simpeg.visualize.vtk.vtkView(mesh,models) \n",
" "
],
"language": "python",
@@ -67,4 +67,4 @@
"metadata": {}
}
]
}
}