cnorxz/src/tests/test_numbers.cc

11 lines
118 B
C++
Raw Normal View History

2022-09-11 02:48:30 +02:00
#include "test_numbers.h"
namespace CNORXZ
{
namespace Test
{
static Vector<Double> Number::sCont;
}
}