cnorxz/orig/lib/hl_ops/plus.cc

9 lines
186 B
C++
Raw Normal View History

2022-09-11 02:48:30 +02:00
#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>;
}