diff --git a/Dipolar-Gas-Simulator/+Scripts/run_hybrid_worker_wrapper.m b/Dipolar-Gas-Simulator/+Scripts/run_hybrid_worker_wrapper.m index d920a38..eece2f3 100644 --- a/Dipolar-Gas-Simulator/+Scripts/run_hybrid_worker_wrapper.m +++ b/Dipolar-Gas-Simulator/+Scripts/run_hybrid_worker_wrapper.m @@ -20,7 +20,7 @@ function run_hybrid_worker_wrapper(batchIdx) % Call worker with this batch of parameters batchParams = paramGrid(firstIdx:lastIdx, :); - Scripts.run_hybrid_worker_for_phase_boundary(batchParams, batchIdx); + Scripts.run_hybrid_worker(batchParams, batchIdx); end function vals = parse_environmental_variable(varName, default)