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