From 0eaf728df85c7cb9cfb3396a3e28aa70b27f8ab0 Mon Sep 17 00:00:00 2001 From: Gwenaelle Abeille <gwenaelle.abeille@synchrotron-soleil.fr> Date: Fri, 29 Jun 2007 15:45:57 +0000 Subject: [PATCH] bug fix on properties management. --- src/RetrigAO.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/RetrigAO.cpp b/src/RetrigAO.cpp index 7df3801..78de6a9 100644 --- a/src/RetrigAO.cpp +++ b/src/RetrigAO.cpp @@ -1,4 +1,4 @@ -static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/RetrigAO.cpp,v 1.10 2007-06-25 10:19:05 abeilleg Exp $"; +static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/RetrigAO.cpp,v 1.11 2007-06-29 15:45:57 abeilleg Exp $"; //+============================================================================= // // file : RetrigAO.cpp @@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD // // $Author: abeilleg $ // -// $Revision: 1.10 $ +// $Revision: 1.11 $ // // $Log: not supported by cvs2svn $ +// Revision 1.10 2007/06/25 10:19:05 abeilleg +// save data in files+bug fix on config cpy +// // Revision 1.9 2007/05/10 12:20:21 abeilleg // do stop only if running // @@ -1104,9 +1107,9 @@ void RetrigAO::get_device_property() <<default_delay<<endl; } //------------------------------------------------------------- - if (data[21].is_empty()==false) + if (data[29].is_empty()==false) { - data[21] >> filePath; + data[29] >> filePath; } //-----------------------attribute persistancy------------------ /* if (data[21].is_empty()==false) data[21] >> channel0Waveform; -- GitLab