• R/O
  • HTTP
  • SSH
  • HTTPS

ParticleFilter: Commit

C++ implementation of particle-filter


Commit MetaInfo

Revisione8019212a047dabf018abcdb179d71e1179958fd (tree)
Zeit2013-01-05 23:09:38
AutorTullio R. Satoh <tullio@sofk...>
CommiterTullio R. Satoh

Log Message

removed an error-target source file. it seems to be just for test only

Ändern Zusammenfassung

Diff

--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1,6 +1,6 @@
11 CC=@CC@
22 CXX=@CXX@
3-SRCS=test_particle.cc test_particles.cc test_filter.cc test_edit.cc
3+SRCS=test_particle.cc test_particles.cc test_filter.cc
44 OBJS=$(SRCS:.cc=.o)
55 TARGETS=$(SRCS:.cc=)
66 CFLAGS=-I/usr/local/include/cutter -I. -I../src -g -Wall
Show on old repository browser