mirror of
https://github.com/smyalygames/FiniteVolumeGPU_HIP.git
synced 2025-05-17 22:14:11 +02:00
fix: missing bracket around multiple variables
This commit is contained in:
parent
277a6b4a3c
commit
e954b5b181
@ -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