--- trunk/libf/IOIPSL/histcom.f90 2010/04/01 14:59:19 31 +++ trunk/libf/IOIPSL/histcom.f90 2011/02/22 13:49:36 40 @@ -329,8 +329,8 @@ ! pzaxid: Returns the ID of the axis. ! Note that this is not the netCDF ID ! - USE stringop, ONLY: find_str, strlowercase - USE stringop, ONLY: find_str, strlowercase + USE find_str_m, ONLY: find_str + USE strlowercase_m, ONLY: strlowercase USE errioipsl, ONLY: histerr USE histcom_var, ONLY: nb_zax, nb_zax_max, ncdf_ids, zax_ids, & zax_name, zax_name_length, zax_size @@ -447,8 +447,8 @@ !********************************** - SUBROUTINE histdef(pfileid, pvarname, ptitle, punit, pxsize, pysize, phoriid, & - pzsize, par_oriz, par_szz, pzid, popp, pfreq_opp, pfreq_wrt) + SUBROUTINE histdef(pfileid, pvarname, ptitle, punit, pxsize, pysize, & + phoriid, pzsize, par_oriz, par_szz, pzid, popp, pfreq_opp, pfreq_wrt) ! With this subroutine each variable to be archived on the history ! tape should be declared. @@ -457,7 +457,7 @@ ! to be performed on the variables, the frequency of this operation ! and finaly the frequency of the archiving. - USE stringop, ONLY: find_str + USE find_str_m, ONLY: find_str USE mathelp, ONLY: buildop USE errioipsl, ONLY: histerr USE histcom_var, ONLY: buff_pos, deltat, freq_opp, freq_wrt, fullop, &