Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
np
nptool
Commits
6aac10ef
Commit
6aac10ef
authored
Jun 09, 2021
by
Adrien Matta
☠
Browse files
* Fixing compilation error of GANIL TAC
- std:: was missing in front of vector
parent
5a8739f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
NPLib/Detectors/GANIL/TTacData.h
NPLib/Detectors/GANIL/TTacData.h
+1
-1
No files found.
NPLib/Detectors/GANIL/TTacData.h
View file @
6aac10ef
...
...
@@ -34,7 +34,7 @@ class TTacData : public TObject {
UShort_t
fTAC_CATS1_HF
;
UShort_t
fTAC_CATS1_EXO
;
UShort_t
fTAC_MM_HF
;
vector
<
UShort_t
>
fTAC_MM_HF_DetectorNbr
;
std
::
vector
<
UShort_t
>
fTAC_MM_HF_DetectorNbr
;
UShort_t
fTAC_MM_EXO
;
UShort_t
fTAC_BARREL_EXO
;
UShort_t
fTAC_BARREL_CATS1FAG
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment