- Timestamp:
- 10/19/12 17:33:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STGrid.cpp
r2673 r2674 1614 1614 void grdjinc1(Double *c, Double *val, Int *normalize, Double *out) 1615 1615 { 1616 LogIO os(LogOrigin("","grdjinc1",WHERE));1617 os << LogIO::SEVERE1618 << "Jinc gridding is not supported" << LogIO::POST;1619 1620 1616 // Calculate J_1(x) using approximate formula 1621 1617 Double x = C::pi * *val / *c;
Note:
See TracChangeset
for help on using the changeset viewer.