[QEHeat] small fix

This commit is contained in:
Riccardo Bertossa 2021-06-30 08:02:00 +02:00
parent 915d3be1ae
commit 1b7c6c2d04
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ program all_currents
write (*,*) 'This worker has steps from ', first_s_chunk, ' to ', last_s_chunk
first_step=first_s_chunk
last_s_chunk=last_s_chunk - 1
last_step=last_s_chunk - 1
end if