ok, I found I way bytrying to include multiple sources in the source toml-file:
For example with two sources:
cat salvus.toml:
___________________________________________
[[source]]
name = "source1"
location = [0.0, -10.0]
spatial_type = "vector"
temporal_type = "ricker"
center_frequency = 50.0
scale = [0.0, 1000000000.0]
[[source]]
name = "source2"
location = [100.0, -10.0]
spatial_type = "vector"
temporal_type = "ricker"
center_frequency = 50.0
scale = [0.0, 1000000000.0]
------------------------------------------------------------------
Cheers, FS