- Timestamp:
- 04/27/18 21:49:32 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/frontenddev.h
r42194 r42195 143 143 node->feloffrequency = (1000 + 2 * tmp) / (2 *1000); //round to multiple of 1000 144 144 //node->feloffrequency_uni = frequency - lof -(satcrfrequ - (satcrfrequ - (tmp - (1000 * node->feloffrequency)))); 145 node->feloffrequency_uni = lof + (satcrfrequ + lof + frequency); 145 //node->feloffrequency_uni = lof + (satcrfrequ + lof + frequency); 146 node->feloffrequency_uni = (satcrfrequ + lof + frequency); 146 147 node->feunicable = 1; 147 148 }
Note: See TracChangeset
for help on using the changeset viewer.