copyfile Module Procedure

module procedure copyfile module function copyfile(source, dest) result(istat)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: source
character(len=*), intent(in) :: dest

Return Value integer


Called by

proc~~copyfile~~CalledByGraph proc~copyfile copyfile interface~copyfile copyfile interface~copyfile->proc~copyfile proc~create_outdir_mag create_outdir_mag proc~create_outdir_mag->interface~copyfile proc~create_outdir create_outdir proc~create_outdir->interface~copyfile interface~create_outdir_mag create_outdir_mag interface~create_outdir_mag->proc~create_outdir_mag interface~create_outdir create_outdir interface~create_outdir->proc~create_outdir program~magcalc MagCalc program~magcalc->interface~create_outdir_mag program~gemini3d Gemini3D program~gemini3d->interface~create_outdir

Contents

None