MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / DispatchThreads

Method DispatchThreads

src/simulation.cpp:1909–1914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1907
1908
1909int Simulation::DispatchThreads( SimulationDialog &tpd,
1910 std::vector<Simulation*> &sims,
1911 int nthread )
1912{
1913 return DispatchThreads( tpd.Dialog(), sims, nthread );
1914}
1915
1916int Simulation::DispatchThreads( wxThreadProgressDialog &tpd,
1917 std::vector<Simulation*> &sims,

Callers

nothing calls this directly

Calls 11

sizeMethod · 0.80
CreateMethod · 0.45
AddMethod · 0.45
RunMethod · 0.45
GetPercentMethod · 0.45
UpdateMethod · 0.45
GetNewMessagesMethod · 0.45
LogMethod · 0.45
CancelMethod · 0.45
NOkMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected