- Timestamp:
- 11/25/15 15:50:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STWriter.cpp
r2658 r3081 365 365 } 366 366 // now the complex if exists 367 Bool hasxpol = False;367 //Bool hasxpol = False; 368 368 xpol.resize(); 369 369 if ( tab.nrow() == 4 ) { 370 hasxpol = True;370 //hasxpol = True; 371 371 xpol.resize(nchan); 372 372 Vector<Float> reals, imags;
Note:
See TracChangeset
for help on using the changeset viewer.