Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • icon-libraries/libiconmath
1 result
Show changes
Commits on Source (11)
......@@ -733,7 +733,7 @@ void recon_lsq_cell_c_svd(const T *p_cc, const int *lsq_idx_c,
const T *lsq_moments, T *p_coeff, int i_startblk,
int i_endblk, int i_startidx_in, int i_endidx_in,
int slev, int elev, int nproma, int patch_id,
int lsq_high_set_dim_c, bool l_limited_area,
bool l_limited_area,
bool lacc, int nblks_c, int nlev, int lsq_dim_unk,
int lsq_dim_c) {
// Wrap raw pointers in unmanaged Kokkos Views.
......
......@@ -64,7 +64,7 @@
const _type *p_cc, const int *lsq_idx_c, const int *lsq_blk_c, \
const _type *lsq_pseudoinv, const _type *lsq_moments, _type *p_coeff, \
int i_startblk, int i_endblk, int i_startidx_in, int i_endidx_in, \
int slev, int elev, int nproma, int patch_id, int lsq_high_set_dim_c, \
int slev, int elev, int nproma, int patch_id, \
bool l_limited_area, bool lacc, int nblks_c, int nlev, int lsq_dim_unk, \
int lsq_dim_c)
......
This diff is collapsed.