Changeset 18613 for trunk/FACT++
- Timestamp:
- 09/17/16 22:29:33 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Converter.cc
r16959 r18613 966 966 break; 967 967 968 if (type=='S' )968 if (type=='S' || type=='N') 969 969 { 970 970 const string str(charSrc); … … 1061 1061 case 'v': 1062 1062 case 'S': //we skip the variable length strings 1063 case 'N': 1063 1064 continue; 1064 1065 1065 1066 default: 1066 throw runtime_error( "GetFitsFormat - unknown FITS format.");1067 throw runtime_error(string("GetFitsFormat - unknown FITS format [")+it->first.first->name()[0]+"]"); 1067 1068 }; 1068 1069
Note:
See TracChangeset
for help on using the changeset viewer.