Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FemtoCurrentAmplifier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
MeasureInstruments
FemtoCurrentAmplifier
Commits
ad6adbc0
Commit
ad6adbc0
authored
Sep 19, 2007
by
Florent LANGLOIS
Browse files
Options
Downloads
Patches
Plain Diff
- minor change
parent
8518ce36
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/FemtoCurrentAmplifier.cpp
+4
-3
4 additions, 3 deletions
src/FemtoCurrentAmplifier.cpp
with
4 additions
and
3 deletions
src/FemtoCurrentAmplifier.cpp
+
4
−
3
View file @
ad6adbc0
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/Instrumentation/Femto/src/FemtoCurrentAmplifier.cpp,v 1.1
1
2007-09-19 12:2
2:32
flanglois Exp $"
;
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/Instrumentation/Femto/src/FemtoCurrentAmplifier.cpp,v 1.1
2
2007-09-19 12:2
8:26
flanglois Exp $"
;
//+=============================================================================
//
// file : FemtoCurrentAmplifier.cpp
...
...
@@ -13,7 +13,7 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
//
// $Author: flanglois $
//
// $Revision: 1.1
1
$
// $Revision: 1.1
2
$
//
// $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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment