Browse Source

weijer file updated

Bjoern Froehlich 12 năm trước cách đây
mục cha
commit
d7568a0fab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      features/localfeatures/LFColorWeijer.cpp

+ 1 - 1
features/localfeatures/LFColorWeijer.cpp

@@ -31,7 +31,7 @@ const int colors[11][3] =
 LFColorWeijer::LFColorWeijer( const Config *c )
 {
   conf = c;
-  tfile = conf->gS( "LFColorWeijer", "table", "/home/dbv/bilder/colorWeijer/w2cs.txt");
+  tfile = conf->gS( "LFColorWeijer", "table", "/home/dbv/bilder/colorWeijer/w2c.txt");
   restore();
 }