Skip to content
Snippets Groups Projects
Commit b2370b69 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

use correct namespace when instantiating IntelBuffers;

parent 74fbb84b
No related branches found
No related tags found
No related merge requests found
......@@ -642,6 +642,6 @@ double IntelBuffers<flt_t, acc_t>::memory_usage(const int nthreads)
/* ---------------------------------------------------------------------- */
template class IntelBuffers<float,float>;
template class IntelBuffers<float,double>;
template class IntelBuffers<double,double>;
template class LAMMPS_NS::IntelBuffers<float,float>;
template class LAMMPS_NS::IntelBuffers<float,double>;
template class LAMMPS_NS::IntelBuffers<double,double>;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment