Skip to content

Commit

Permalink
Fixed trivial merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Kool committed Jul 1, 2024
2 parents 9fcee61 + f154900 commit 52d110a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions MMDevice/MMDeviceConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,15 @@ namespace MM {
const char* const g_Keyword_Transpose_MirrorX = "TransposeMirrorX";
const char* const g_Keyword_Transpose_MirrorY = "TransposeMirrorY";
const char* const g_Keyword_Transpose_Correction = "TransposeCorrection";
const char* const g_Keyword_Closed_Position = "ClosedPosition";
const char* const g_Keyword_HubID = "HubID";
const char* const g_Keyword_Current_Volume = "Volume_uL";
const char* const g_Keyword_Min_Volume = "Min_Volume_uL";
const char* const g_Keyword_Max_Volume = "Max_Volume_uL";
const char* const g_Keyword_Flowrate = "Flowrate_uL_per_sec";
const char* const g_Keyword_Closed_Position = "ClosedPosition";
const char* const g_Keyword_HubID = "HubID";
const char* const g_Keyword_Current_Volume = "Volume_uL";
const char* const g_Keyword_Min_Volume = "Min_Volume_uL";
const char* const g_Keyword_Max_Volume = "Max_Volume_uL";
const char* const g_Keyword_Flowrate = "Flowrate_uL_per_sec";
const char* const g_Keyword_Pressure_Imposed = "Pressure Imposed";
const char* const g_Keyword_Pressure_Measured = "Pressure Measured";


// image annotations
const char* const g_Keyword_Metadata_CameraLabel = "Camera";
const char* const g_Keyword_Meatdata_Exposure = "Exposure-ms";
Expand Down

0 comments on commit 52d110a

Please sign in to comment.