Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused functions in rd_grid #1014

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions applications/resdata/grid_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ int main(int argc, char **argv) {
}
rd_grid_free(grid2);
}
/*
printf("----\n");
{
double * ri_points = util_calloc( rd_grid_get_global_size( rd_grid ) * 24 , sizeof * ri_points );
rd_grid_ri_export( rd_grid , ri_points );
free( ri_points );
}
printf("----\n");
*/
rd_grid_free(rd_grid);
}
}
3 changes: 0 additions & 3 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,13 @@ foreach(
rd_path_access
rd_grid_add_nnc
rd_grid_copy
rd_grid_create
rd_grid_unit_system
rd_grid_export
rd_grid_init_fwrite
rd_grid_reset_actnum
rd_grid_ext_actnum
rd_nnc_export_intersect
rd_sum_restart
rd_sum_data_intermediate_test
rd_grid_cell_contains
rd_unsmry_loader_test
rd_kw_space_pad
rd_kw_cmp_string
Expand Down
142 changes: 2 additions & 140 deletions lib/include/resdata/rd_grid.hpp

Large diffs are not rendered by default.

Loading