--- trunk/Sources/phylmd/histwrite_phy.f 2016/05/09 19:56:28 191 +++ trunk/phylmd/histwrite_phy.f 2018/02/05 10:39:38 254 @@ -8,14 +8,12 @@ implicit none - INTEGER:: itap = 0 ! number of calls to "physiq" - INTERFACE histwrite_phy MODULE PROCEDURE histwrite2d_phy, histwrite3d_phy end INTERFACE histwrite_phy private - public itap, histwrite_phy + public histwrite_phy contains