Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
20743417
Commit
20743417
authored
Mar 31, 2014
by
Uwe Schulzweida
Browse files
yarbil: test sphere_part_search_new()
parent
7fc247d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/YAR.c
View file @
20743417
...
...
@@ -281,6 +281,12 @@ void yar_remap_bil(field_t *field1, field_t *field2)
search
=
bucket_search_new
(
source_grid
);
/*
search = sphere_part_search_new(source_grid);
printf("search %p\n", search);
printf("search->vtable %p\n", search->vtable);
printf("search->vtable->do_point_search_p3 %d\n", search->vtable->do_point_search_p3);
*/
/*
printf("total_num_dependencies: %d\n", get_total_num_dependencies(deps));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment