Skip to content

Commit

Permalink
Remove unused functions in rd_grid
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Aug 26, 2024
1 parent 062f770 commit ecded93
Show file tree
Hide file tree
Showing 11 changed files with 95 additions and 1,792 deletions.
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

0 comments on commit ecded93

Please sign in to comment.