FMS icon indicating copy to clipboard operation
FMS copied to clipboard

Remove strange `wordlen` variable in `mpp_do_redistribute.fh`

Open foxtran opened this issue 3 months ago • 0 comments

Description During rewriting cray pointers in mpp/, I've noticed strange variable wordlen which is not used. So, here I've deleted it.

How Has This Been Tested? Compilation with GCC 15.2, CMake 4.1.1, NetCDF 4.9.3.

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] Any dependent changes have been merged and published in downstream modules
  • [x] New check tests, if applicable, are included
  • [ ] make distcheck passes

foxtran avatar Nov 20 '25 20:11 foxtran