musrsim/geant4/LEMuSR/Setup/internals.pl
2005-11-15 12:58:05 +00:00

27 lines
600 B
Perl

# LaTeX2HTML 2002-2-1 (1.70)
# Associate internals original text with physical files.
$key = q/cite_clhepwebsite/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
$key = q/cite_mesawebsite/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
$key = q/cite_dawnwebsite/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
$key = q/cite_geant4website/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
$key = q/cite_rootwebsite/;
$ref_files{$key} = "$dir".q|node16.html|;
$noresave{$key} = "$nosave";
1;