Skip to content

Commit

Permalink
fix CI maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Dec 23, 2019
1 parent 7822245 commit a2d0799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/units.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "json.h"
#include "units.h"

template<>
void units::volume::serialize( JsonOut &jsout ) const
{
if( value_ % 1000 == 0 ) {
Expand All @@ -10,6 +11,7 @@ void units::volume::serialize( JsonOut &jsout ) const
}
}

template<>
void units::mass::serialize( JsonOut &jsout ) const
{
if( value_ % 1000000 == 0 ) {
Expand Down

0 comments on commit a2d0799

Please sign in to comment.