45 #include "EST_types.h" 
   46 #include "EST_String.h" 
   47 #include "EST_Pathname.h" 
   48 #include "EST_string_aux.h" 
   49 #include "EST_cutils.h" 
   50 #include "EST_Token.h" 
   62     if(ts.
open(filename) != 0){
 
   63     cerr << 
"Can't open EST_TList<EST_StrVector> file " << filename << endl;
 
   64     return misc_read_error;
 
   75     s = ts.
get().string();
 
   80         cerr << 
"Too many points in line - expected " << vec_len << endl;
 
   91         cerr << 
"Too few points in line - got " 
   92             << c << 
", expected " << vec_len << endl;