Skip to content
Snippets Groups Projects
Commit ad6adbc0 authored by Florent LANGLOIS's avatar Florent LANGLOIS
Browse files

- minor change

parent 8518ce36
Branches
Tags
No related merge requests found
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/Femto/src/FemtoCurrentAmplifier.cpp,v 1.11 2007-09-19 12:22:32 flanglois Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/Femto/src/FemtoCurrentAmplifier.cpp,v 1.12 2007-09-19 12:28:26 flanglois Exp $";
//+=============================================================================
//
// file : FemtoCurrentAmplifier.cpp
......@@ -13,7 +13,7 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
//
// $Author: flanglois $
//
// $Revision: 1.11 $
// $Revision: 1.12 $
//
// $Log: not supported by cvs2svn $
//
......@@ -345,7 +345,6 @@ void FemtoCurrentAmplifier::read_attr_hardware(vector<long> &attr_list)
if(dio_proxy_not_yet_created)
{
creates_dio_proxy();
dio_proxy_not_yet_created = false;
}
}
......@@ -848,6 +847,8 @@ void FemtoCurrentAmplifier::creates_dio_proxy()
"FemtoCurrentAmplifier::init_device",
);
dio_proxy_not_yet_created = false;
}
} // namespace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment