From d29ddc6d64656140f41f9450f65f09c5315caed4 Mon Sep 17 00:00:00 2001 From: Lars Kool Date: Thu, 10 Oct 2024 09:49:48 +0200 Subject: [PATCH] Squashed requested changes into one commit. Briefly, pressure and volumetric pump were split, and some namechanges were applied Removed currentPumpDevices, added units to pump method names, removed spurious change of micromanager.sln --- MMCore/MMCore.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/MMCore/MMCore.cpp b/MMCore/MMCore.cpp index 0d47abdf2..c3f0d6c0c 100644 --- a/MMCore/MMCore.cpp +++ b/MMCore/MMCore.cpp @@ -1903,7 +1903,6 @@ void CMMCore::setAdapterOriginXY(double newXUm, double newYUm) throw (CMMError) * The returned value is determined by the most recent call to * setFocusDirection() for the stage, or defaults to what the stage device * adapter declares (often 0, for unknown). - * adapter declares (often 0, for unknown). * * An exception is thrown if the direction has not been set and the device * encounters an error when determining the default direction.