你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Remove @abstractmethod from method that is never implemented
这个提交包含在:
@@ -78,7 +78,7 @@ class UserObjectMulti(ABC):
|
||||
"""Creates object and adds it to grid."""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
# TODO: Check if this is actually needed
|
||||
def rotate(self, axis, angle, origin=None):
|
||||
"""Rotates object (specialised for each object)."""
|
||||
pass
|
||||
|
@@ -54,7 +54,7 @@ class UserObjectSingle(ABC):
|
||||
def build(self, grid: FDTDGrid, uip: UserInput):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
# TODO: Check if this is actually needed
|
||||
def rotate(self, axis, angle, origin=None):
|
||||
pass
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户