From: Callum Date: Sun, 6 Oct 2013 07:32:40 +0000 (+0800) Subject: slight changes X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=91f8054ac318c07dcebe8f0dc42927700e6697a9;p=matches%2FMCTX3420.git slight changes --- diff --git a/server/dilatometer.c b/server/dilatometer.c index 81c815f..6610cac 100644 --- a/server/dilatometer.c +++ b/server/dilatometer.c @@ -8,13 +8,6 @@ #include "dilatometer.h" #include -/*------------------------------------------------------------------- - -compile with: --I/usr/include/opencv -I/usr/include/opencv2/highgui -L/usr/lib -lopencv_highgui -lopencv_core -lopencv_ml -lopencv_imgproc -std=c99 -Wall -pedantic - ---------------------------------------------------------------------*/ - /** Buffer for storing image data. Stored as a **/ static CvMat * g_data = NULL;