Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
a8d3a4ea
Commit
a8d3a4ea
authored
10 years ago
by
Andreas Schenk
Browse files
Options
Downloads
Patches
Plain Diff
fixed fft template instantiation for double precision compiles
parent
9e258955
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/img/alg/src/fft.cc
+1
-1
1 addition, 1 deletion
modules/img/alg/src/fft.cc
with
1 addition
and
1 deletion
modules/img/alg/src/fft.cc
+
1
−
1
View file @
a8d3a4ea
...
...
@@ -268,7 +268,7 @@ ImageStateBasePtr FFTFnc::VisitState(const ImageStateImpl<T,D>& s) const
}
// force explicit instantiation to make intel compiler happy
template
ImageStateBasePtr
FFTFnc
::
VisitState
<
float
,
FrequencyDomain
>(
const
ImageStateImpl
<
float
,
FrequencyDomain
>&
)
const
;
template
ImageStateBasePtr
FFTFnc
::
VisitState
<
Real
,
FrequencyDomain
>(
const
ImageStateImpl
<
Real
,
FrequencyDomain
>&
)
const
;
template
ImageStateBasePtr
FFTFnc
::
VisitState
<
unsigned
short
,
SpatialDomain
>(
const
ImageStateImpl
<
unsigned
short
,
SpatialDomain
>&
)
const
;
}
//alg ns
...
...
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