Fix topoligical ordering on the graph

This commit is contained in:
2023-09-05 12:14:41 +02:00
parent 7a1a97dac8
commit 0f78053ccf
6 changed files with 105 additions and 27 deletions

View File

@@ -51,6 +51,7 @@ export ComputeTaskU
export ComputeTaskSum
export execute
export gen_particles
export ParticleValue
export Particle
@@ -116,6 +117,7 @@ include("task/properties.jl")
include("models/abc/types.jl")
include("models/abc/particle.jl")
include("models/abc/compute.jl")
include("models/abc/create.jl")
include("models/abc/properties.jl")
include("models/abc/parse.jl")