From 6e1801915cc847204e8ae8a4ff04463b2e85f538 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 9 Oct 2008 12:29:37 +0200 Subject: [PATCH] automatic commit --- Makefile | 5 ----- pi_referential.h | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 7fc3339..c26cbd9 100644 --- a/Makefile +++ b/Makefile @@ -36,11 +36,6 @@ endif CXXFLAGS = -Wall $(OPTIMIZE_FLAG) $(PROFILE_FLAG) -# ifeq ($(CURSES),yes) -# LDFLAGS=$(LDFLAGS) -lncurses -# CXXFLAGS = $(CXXFLAGS) -DWITH_CURSES -# endif - all: folding list_to_pool TAGS TAGS: *.cc *.h diff --git a/pi_referential.h b/pi_referential.h index d0747f2..04516f3 100644 --- a/pi_referential.h +++ b/pi_referential.h @@ -48,7 +48,8 @@ class PiReferential { // The body frame in that _common_scale. The vectors are of length the radii of the ellipse scalar_t _body_xc, _body_yc; - scalar_t _body_radius_1, _body_radius_2, _body_tilt; + scalar_t _body_radius_1, _body_radius_2; + scalar_t _body_tilt; // The belly frame is defined by the body location and head scale scalar_t _belly_xc, _belly_yc; -- 2.20.1