769 std::getline(fis, theline);
771 std::string lineID=theline.substr(0,4);
772 if (!helper::IDmatch<INFO>(lineID))
throw 773 GSE2::Terror(
"ERROR (INFO::read): missing INFO ID!");
775 this->
cs=
coosysID(*theline.substr(5,1).c_str());
776 this->
cx=atof(theline.substr(7,15).c_str());
777 this->
cy=atof(theline.substr(22,15).c_str());
778 this->
cz=atof(theline.substr(37,15).c_str());
779 this->
nstacks=atoi(theline.substr(53,4).c_str());
char coosysID(const Ecoosys &csid)