Skip to content

Commit

Permalink
uses std interp for twod
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Oct 18, 2022
1 parent 75e1972 commit 3cd06e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_phys.c
Expand Up @@ -896,7 +896,7 @@ REF_FCN REF_STATUS ref_phys_yplus_lengthscale2(REF_GRID ref_grid, REF_DBL mach,
{
REF_INTERP ref_interp;
RSS(ref_interp_create(&ref_interp, ref_grid, exchange_grid), "make interp");
RSS(ref_interp_locate_nearest(ref_interp), "nearest");
RSS(ref_interp_locate(ref_interp), "nearest");
RSS(ref_interp_scalar(ref_interp, ldim, field, exchange_field),
"interp scalar");
}
Expand Down

0 comments on commit 3cd06e0

Please sign in to comment.