瀏覽代碼

created a variable for the grid visualization line drawing height

Asad M. Zaman 19 年之前
父節點
當前提交
59f8fe895a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      direct/src/distributed/DistributedCartesianGrid.py

+ 0 - 1
direct/src/distributed/DistributedCartesianGrid.py

@@ -14,7 +14,6 @@ if __debug__:
 
 from CartesianGridBase import CartesianGridBase
 
-
 class DistributedCartesianGrid(DistributedNode, CartesianGridBase):
     notify = directNotify.newCategory("DistributedCartesianGrid")
     notify.setDebug(0)