mirror of
https://github.com/pim-n/pg-rad
synced 2026-06-17 15:59:35 +02:00
add landscape size as simulation output
This commit is contained in:
@ -34,6 +34,7 @@ class SimulationEngine:
|
||||
|
||||
return SimulationOutput(
|
||||
name=self.landscape.name,
|
||||
size=self.landscape.size,
|
||||
count_rate=count_rate_results,
|
||||
sources=source_results
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user