]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- correct function name
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 22 Jul 2009 16:57:04 +0000 (16:57 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 22 Jul 2009 16:57:04 +0000 (16:57 +0000)
HLT/TPCLib/macros/transformHWCLtoSWCF.C

index 70f60cf135b022a8713ef1438ba943f3c5041726..34e3fcb490ecaf4617250b155dbe1b9c60a706c7 100644 (file)
@@ -36,7 +36,7 @@
  * 
  */
 
-void transformHWCLtoSWCL(const char* input="./"){
+void transformHWCLtoSWCF(const char* input="./"){
  
   if (!input) {
     cerr << "please specify input or run without arguments" << endl;