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
// 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;