27       hecd->
WriteHeader(
"!SOLUTION", 
"S", 
"TYPE", 
"STATIC");
 
   31       hecd->
WriteHeader(
"!SOLUTION", 
"S", 
"TYPE", 
"HEAT");
 
   35       hecd->
WriteHeader(
"!SOLUTION", 
"S", 
"TYPE", 
"EIGEN");
 
   48   if (!hecd->
ParseHeader(header_line, rcode, 
"S", 
"TYPE", s)) 
return false;
 
   53   if (strcmp(type_s, 
"STATIC") == 0) {
 
   56   } 
else if (strcmp(type_s, 
"HEAT") == 0) {
 
   59   } 
else if (strcmp(type_s, 
"EIGEN") == 0) {
 
virtual void Write(class CHECData *hecd)
virtual ~CFSTRDB_Solution()
virtual bool Read(class CHECData *hecd, char *header_line)
virtual bool ParseHeader(char *header_line, int *rcode, const char *fmt,...)
virtual void WriteHeader(const char *name, const char *fmt="",...)
void cleanup_token(char *s)