- Timestamp:
- Jan 26, 2011, 12:38:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncantex.cpp ¶
r2889 r2890 40 40 41 41 #include <iostream> 42 #include <newmatio.h> 42 43 43 44 #include "bncantex.h" … … 68 69 t_antMap* map = it.value(); 69 70 cout << map->antName.toAscii().data() << endl; 71 cout << " " << map->zen1 << " " << map->zen2 << " " << map->dZen << endl; 72 if (map->frqMapL1) { 73 cout << " " << map->frqMapL1->neu[0] << " " 74 << map->frqMapL1->neu[1] << " " 75 << map->frqMapL1->neu[2] << endl; 76 cout << " " << map->frqMapL1->pattern.t(); 77 } 78 if (map->frqMapL2) { 79 cout << " " << map->frqMapL2->neu[0] << " " 80 << map->frqMapL2->neu[1] << " " 81 << map->frqMapL2->neu[2] << endl; 82 cout << " " << map->frqMapL2->pattern.t(); 83 } 84 cout << endl; 70 85 } 71 86 }
Note:
See TracChangeset
for help on using the changeset viewer.