Skip to content
Snippets Groups Projects
Commit fca444e1 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

clean up old cache differently

parent c9010d1d
Branches
Tags
1 merge request!23WIP: Feature/use cmake
......@@ -612,8 +612,11 @@ class NavierStokes(_fluid_particle_base):
for k in ['t', 'vel_max(t)', 'renergy(t)',
'energy(t)', 'enstrophy(t)',
'energy(k)', 'enstrophy(k)',
'energy(t, k)',
'enstrophy(t, k)',
'R_ij(t)',
'ii0', 'ii1', 'iter0', 'iter1']:
if k in pp_file.keys():
del pp_file[k]
if computation_needed:
pp_file['iter0'] = iter0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment