Add a correction where the size passed to the Fortran arrays was wrong

Merged
#160 · Created  · Last updated

Merged pull request

Merged in berkeleylab/atap-warp/add_part_pxr_correction (pull request #160)

df155e6·Author: ·2018-01-17

Description

When the particles were initialized out of the domain (or when the variable cond has a non-zero size), the particle arrays were subsampled. However, their size nbs0 was not changed and it could induce an error during the copy to Fortran.

Adding this line should correct the problem.

0 attachments

0 comments

Loading commits...