Skip to content

Commit

Permalink
Adding diffusion flux to the Unit type list #47
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Aug 30, 2017
1 parent e23b455 commit e13c40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/grobid/core/utilities/UnitUtilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public enum Unit_Type {
VO2_MAX("VO2 max"),
COUNT("count"),
ACCELERATION("acceleration"),
DEGREE("angle");
DEGREE("angle"),
DIFFUSION_FlUX("diffusion flux");

private String name;

Expand Down

0 comments on commit e13c40a

Please sign in to comment.