This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
lolengine
/
lol
огледало од
https://github.com/lolengine/lol
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
lolunit: explicitly cast lolunit_assert_doubles_equal() arguments to double.
undefined
Sam Hocevar
пре 9 година
родитељ
75035be227
комит
fd25e64d5c
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/lolunit/lolunit.h
+ 1
- 1
tools/lolunit/lolunit.h
Прегледај датотеку
@@ -291,7 +291,7 @@ public:
do { \
m_asserts++; \
using std::fabs; \
if (True() && fabs((a) - (b)) > fabs((t))) \
if (True() && fabs(
double
(a) -
double
(b)) > fabs(
double
(t))) \
{ \
m_errorlog << "\n\n"; \
m_errorlog << ++m_failcases << ") test: " \
Write
Preview
Loading…
Откажи
Сачувај