source: trunk/SRC/Obsolete/cp.pro @ 74

Last change on this file since 74 was 11, checked in by pinsard, 18 years ago

upgrade of UTILITAIRE/Utilities according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/ : files

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 654 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5; NAME: cp
6;
7; PURPOSE: copy files
8;       obsolete, file_copy should be used instead...
9;
10; MODIFICATION HISTORY:
11; June 2005: Sebastien Masson => obsolete routine
12;
13;-
14;------------------------------------------------------------
15;------------------------------------------------------------
16;------------------------------------------------------------
17PRO cp, filenamein, filenameout, _extra = ex
18  file_copy, filenamein, filenameout, _extra = ex
19  RETURN
20END
Note: See TracBrowser for help on using the repository browser.