source: trunk/KtJet/modify_all.sh@ 7

Last change on this file since 7 was 2, checked in by Pavel Demin, 16 years ago

first commit

  • Property svn:executable set to *
File size: 167 bytes
Line 
1#! /bin/sh
2
3for file in *.h *.cc
4do
5 echo $file
6 sed 's|CLHEPNAMESPACE HepLorentzVector|CLHEP::HepLorentzVector|g' $file > ${file}.tmp
7 mv ${file}.tmp ${file}
8done
Note: See TracBrowser for help on using the repository browser.