Include links property
This commit is contained in:
@@ -63,7 +63,7 @@ def set_reservoir_coord(name: str, id: str, x: float, y: float) -> ChangeSet:
|
||||
|
||||
|
||||
def get_reservoir_property_names(name: str) -> list[str]:
|
||||
return ['head', 'pattern', 'coord']
|
||||
return ['head', 'pattern', 'coord', 'links']
|
||||
|
||||
|
||||
def get_reservoir_properties(name: str, id: str) -> dict[str, Any] | None:
|
||||
|
||||
Reference in New Issue
Block a user