Skip to content

Commit

Permalink
Merge pull request #37 from antonio-rojas/patch-1
Browse files Browse the repository at this point in the history
Fix POST_CONVERSION_BEST definition
  • Loading branch information
hanna-kn authored Jul 24, 2017
2 parents ce27f06 + dffc44e commit a1eb4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqalculate/includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ typedef enum {
POST_CONVERSION_OPTIMAL
} AutoPostConversion;

#define POST_CONVERSION_BEST POST_CONVERSION_OPTIMAL_AND_SI
#define POST_CONVERSION_BEST POST_CONVERSION_OPTIMAL_SI

typedef enum {
MIXED_UNITS_CONVERSION_NONE,
Expand Down

0 comments on commit a1eb4d4

Please sign in to comment.