OSDN Git Service

mrcImageOpticalFlow & mrcImageLucasKanade & mrcImageHornSchunckの変更
[eos/base.git] / src / Tools / mrcImage / mrcImageFilamentSearchResultShow / src / init.c
index 1b0b0ea..2433dd7 100755 (executable)
@@ -4,7 +4,7 @@
 #include <math.h>
 #include "../inc/config.h"
 #include "genUtil.h"
-#include "String.h"
+#include "eosString.h"
 #include "File.h"
 #include "Memory.h"
 
@@ -25,7 +25,7 @@ init1(mrcImageFilamentSearchResultShowInfo* info)
     int i;
     if(!info->flagIn) {
         stringGetFromFile(s, "In", stdin, stdout, 0);
-        info->In = stringGetNthWord(s, 1, " ,");
+        info->In = stringGetNthWord(s, 1, " ,\t");
         info->flagIn++;
     }
     if(info->flagIn) {
@@ -34,7 +34,7 @@ init1(mrcImageFilamentSearchResultShowInfo* info)
     
     if(!info->flagOut) {
         stringGetFromFile(s, "Out", stdin, stdout, 0);
-        info->Out = stringGetNthWord(s, 1, " ,");
+        info->Out = stringGetNthWord(s, 1, " ,\t");
         info->flagOut++;
     }
     if(info->flagOut) {