declaration exists already in decn.h
This commit is contained in:
parent
6147b39ffc
commit
3f7dfe460b
@ -20,9 +20,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "decn.h"
|
#include "decn.h"
|
||||||
|
|
||||||
extern char Buf[DECN_BUF_SIZE];
|
|
||||||
|
|
||||||
|
|
||||||
static dec80 diff;
|
static dec80 diff;
|
||||||
|
|
||||||
//diff = (acc - diff) / diff
|
//diff = (acc - diff) / diff
|
||||||
|
@ -31,10 +31,6 @@ namespace bmp = boost::multiprecision;
|
|||||||
using Catch::Matchers::Equals;
|
using Catch::Matchers::Equals;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
extern char Buf[DECN_BUF_SIZE];
|
|
||||||
|
|
||||||
|
|
||||||
TEST_CASE("build decn"){
|
TEST_CASE("build decn"){
|
||||||
build_dec80("0.0009234567890123456", 7);
|
build_dec80("0.0009234567890123456", 7);
|
||||||
decn_to_str_complete(&AccDecn);
|
decn_to_str_complete(&AccDecn);
|
||||||
|
Loading…
Reference in New Issue
Block a user