Changeset 190
- Timestamp:
- 04/18/08 14:34:42
- Files:
-
- scout/trunk/cdl_0master.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scout/trunk/cdl_0master.pl
r187 r190 2 2 # Revisions 3 3 # Author: DWR 4 # Date: 4/18/2008 5 # Changes: Added "use lib ./" to force perl to look in the working dir for packages. 6 # 4 7 # Date: 4/7/2008 5 8 # CHanges: Added the ability to turn on the writing of an obsKml file. … … 20 23 #use warnings; 21 24 25 use lib "./"; 22 26 23 27 use NetCDF;
