From 1b6c89c98a0789dbf3dde3a2d93af408c90b5b2b Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 28 Aug 2013 16:25:24 +0000 Subject: [PATCH] Comment out axis report() function, not defined in source which leads to error on Windows --- motorApp/NPointSrc/C300MotorDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/NPointSrc/C300MotorDriver.h b/motorApp/NPointSrc/C300MotorDriver.h index 83ad1268..26bde1e4 100644 --- a/motorApp/NPointSrc/C300MotorDriver.h +++ b/motorApp/NPointSrc/C300MotorDriver.h @@ -17,7 +17,7 @@ class C300Axis : public asynMotorAxis public: /* These are the methods we override from the base class */ C300Axis(class C300Controller *pC, int axis); - void report(FILE *fp, int level); + //void report(FILE *fp, int level); asynStatus move(double position, int relative, double min_velocity, double max_velocity, double acceleration); asynStatus poll(bool *moving);