Skip to content

Commit

Permalink
Fix dev_5_0-only compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Aug 20, 2014
1 parent ed70586 commit 06a268b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ else if (name.equals("dExposureTime")) {
exposureTime.add((Double) value);
}
else if (name.equals("EmWavelength")) {
textEmissionWavelengths.add((Double) value);
textEmissionWavelengths.add(new Integer(value.toString()));
}

if (type != 11 && type != 10) { // if not level add global meta
Expand Down

0 comments on commit 06a268b

Please sign in to comment.