- Print states in a more countable format.
This commit is contained in:
parent
c22173e5ee
commit
bb16bd755e
@ -33,8 +33,5 @@ statesSmallerThan (const states_t states, unsigned long int reflint)
|
|||||||
__inline__ void
|
__inline__ void
|
||||||
statesFormat (const states_t states)
|
statesFormat (const states_t states)
|
||||||
{
|
{
|
||||||
if (states < 1000000)
|
eprintf ("%lu", states);
|
||||||
eprintf ("%lu", states);
|
|
||||||
else
|
|
||||||
eprintf ("%.3e", statesDouble (states));
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user