Get warning about unused identifiers from use only

后端 未结 0 554
梦毁少年i
梦毁少年i 2020-11-27 18:51

Let\'s say I have the following code:

module test_mod
    implicit none
    private
    public :: A, B, double

    integer :: A, C
    integer, parameter ::          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题