mirror of
https://github.com/smyalygames/FiniteVolumeGPU_HIP.git
synced 2025-05-18 14:34:12 +02:00
fix: missing bracket around multiple variables
(cherry picked from commit e954b5b1817e9b94d2d107f66f1c163e498c85dd)
This commit is contained in:
parent
277a6b4a3c
commit
9d28ebba7b
@ -178,7 +178,7 @@ def genSim(grid, **kwargs):
|
|||||||
return sim
|
return sim
|
||||||
|
|
||||||
|
|
||||||
outfile, sim_runner_profiling_data, sim_profiling_data = Common.runSimulation(
|
(outfile, sim_runner_profiling_data, sim_profiling_data) = Common.runSimulation(
|
||||||
genSim, arguments, outfile, save_times, save_var_names, dt)
|
genSim, arguments, outfile, save_times, save_var_names, dt)
|
||||||
|
|
||||||
if(args.profile):
|
if(args.profile):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user