cnorxz/orig/lib/hl_ops/minus.cc

9 lines
188 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,minusx<double,double>,2>;
template class HighLevelOp<OpD,minusx<double,double>,2>;
}