removed comment in PyEO.cpp
This commit is contained in:
parent
9512291e3e
commit
380d4eca0b
2 changed files with 1 additions and 23 deletions
|
|
@ -30,7 +30,7 @@ CPPFLAGS = -Wall -O2 #-g #-O2
|
|||
LDFLAGS =
|
||||
COMPILE = $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c
|
||||
LINK = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS)
|
||||
INC=-I/usr/include/python2.2 -I.. -ftemplate-depth-50 #-I/usr/include/stlport
|
||||
INC=-I/usr/include/python2.2 -I/home/mkeijzer/src/boost -I.. -ftemplate-depth-50 #-I/usr/include/stlport
|
||||
|
||||
OBJECTS=eoFunctorStore.o PyEO.o abstract1.o algos.o \
|
||||
random_numbers.o geneticOps.o selectOne.o continuators.o\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue