minor fix
This commit is contained in:
@@ -6,5 +6,9 @@ from .abstract_problem import AbstractProblem
|
||||
class SpatialProblem(AbstractProblem):
|
||||
|
||||
@abstractmethod
|
||||
def spatial_variables(self):
|
||||
def spatial_domain(self):
|
||||
pass
|
||||
|
||||
@property
|
||||
def spatial_variables(self):
|
||||
return self.spatial_domain.variables
|
||||
|
||||
Reference in New Issue
Block a user