Skip to content

Commit

Permalink
Removed use/public lines for pack_berg_into_buffer2
Browse files Browse the repository at this point in the history
- There were unnecessary use and public lines for the functions
  pack_berg_into_buffer2() and unpack_berg_from_buffer2().
  • Loading branch information
adcroft committed Jun 16, 2017
1 parent 2ec7bd0 commit 85dfb93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion icebergs_framework.F90
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ module ice_bergs_framework
public ice_bergs_framework_init
public send_bergs_to_other_pes
public update_halo_icebergs
public pack_berg_into_buffer2, unpack_berg_from_buffer2
public pack_traj_into_buffer2, unpack_traj_from_buffer2
public increase_ibuffer
public add_new_berg_to_list, count_out_of_order, check_for_duplicates
Expand Down
1 change: 0 additions & 1 deletion icebergs_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module ice_bergs_io
use time_manager_mod, only: time_type, get_date, get_time, set_date, operator(-)

use ice_bergs_framework, only: icebergs_gridded, xyt, iceberg, icebergs, buffer, bond
use ice_bergs_framework, only: pack_berg_into_buffer2,unpack_berg_from_buffer2
use ice_bergs_framework, only: pack_traj_into_buffer2,unpack_traj_from_buffer2
use ice_bergs_framework, only: find_cell,find_cell_by_search,count_bergs,is_point_in_cell,pos_within_cell,append_posn
use ice_bergs_framework, only: count_bonds, form_a_bond, find_individual_iceberg
Expand Down

0 comments on commit 85dfb93

Please sign in to comment.