cnorxz/orig/lib/hl_ops/plus.cc
Christian Zimmermann 3463e6ceea wip...
2022-09-11 02:48:30 +02:00

8 lines
186 B
C++

#include "cnorxz.h"
#include "hl_cnorxz.h"
namespace CNORXZ
{
template class HighLevelOp<OpCD,plusx<double,double>,2>;
template class HighLevelOp<OpD,plusx<double,double>,2>;
}