Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsmith committed Oct 13, 2004
1 parent 8d56c8d commit 4114589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idlwave_catalog
Expand Up @@ -4,7 +4,7 @@
# #
# Program to create IDLWAVE library catalogs. # Program to create IDLWAVE library catalogs.
# #
# (c) 2002-2003 J.D. Smith <jdsmith@as.arizona.edu> # (c) 2002-2004 J.D. Smith <jdsmith@as.arizona.edu>
# #
# Scans all IDL ".pro" files at the current level and recursively in # Scans all IDL ".pro" files at the current level and recursively in
# all directories beneath it, compiling a catalog of information for # all directories beneath it, compiling a catalog of information for
Expand Down Expand Up @@ -32,7 +32,7 @@
# (without spaces). E.g. "NasaLib". A file named .idlwave_catalog # (without spaces). E.g. "NasaLib". A file named .idlwave_catalog
# will be created in each directory with ".pro" routine files. # will be created in each directory with ".pro" routine files.
# #
# $Id: idlwave_catalog,v 1.4 2004/06/28 04:25:09 jdsmith Exp $ # $Id: idlwave_catalog,v 1.5 2004/10/13 20:34:07 jdsmith Exp $


use Getopt::Std; use Getopt::Std;
$opt_l=$opt_s=$opt_f=$opt_v=$opt_d=$opt_h=0; $opt_l=$opt_s=$opt_f=$opt_v=$opt_d=$opt_h=0;
Expand Down

0 comments on commit 4114589

Please sign in to comment.