Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
ed76923b
Commit
ed76923b
authored
Dec 29, 2018
by
thomas.forbriger
Browse files
libtsxx [FIX]: make namespace reference explicit
parent
6b01101e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/libtsxx/wid2timeseries.h
View file @
ed76923b
...
...
@@ -46,11 +46,11 @@ namespace ts {
// SFF version
//! double precision data with SFF header
typedef
TimeSeries
<
aff
::
Series
<
double
>
,
sff
::
WID2
>
TDsfftimeseries
;
typedef
TimeSeries
<
aff
::
Series
<
double
>
,
::
sff
::
WID2
>
TDsfftimeseries
;
//! single precision data with SFF header
typedef
TimeSeries
<
aff
::
Series
<
float
>
,
sff
::
WID2
>
TSsfftimeseries
;
typedef
TimeSeries
<
aff
::
Series
<
float
>
,
::
sff
::
WID2
>
TSsfftimeseries
;
//! integer data with SFF header
typedef
TimeSeries
<
aff
::
Series
<
int
>
,
sff
::
WID2
>
TIsfftimeseries
;
typedef
TimeSeries
<
aff
::
Series
<
int
>
,
::
sff
::
WID2
>
TIsfftimeseries
;
}
// namespace ts
...
...
Write
Preview
Supports
Markdown
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