SummationByParts: typo in arguments of deriv2_mixed call.

Issue #432 closed
Eloisa Bentivegna created an issue

On line 85 of call_derivs2.c, the call

CCTK_FNAME(deriv2_mixed)(&cctkGH_,&dir1,&dir2,var,&ni,&nk,&nk,dvar2,&table_handle);

should be

CCTK_FNAME(deriv2_mixed)(&cctkGH_,&dir1,&dir2,var,&ni,&nj,&nk,dvar2,&table_handle);

Keyword:

Comments (2)

  1. Log in to comment