- 17 Apr, 2013 9 commits
-
-
Reinhard Prix authored
- simple comparison in a "ScoX1-like" binary test-example between old LALGet[Multi]Binarytimes() functions and the new XLALAdd[Multi]BinaryTimes() - the old LAL functions have been moved into the test-file, as they are not used anywhere else any more. - refs #669, #670 Original: 7893ca0766b9db689ca64eca2f9d6968ebb34b17
-
Reinhard Prix authored
- refs #669 Original: 170285f8811ce4f1b8f0f5c6e9e80fa630b93a88
-
Reinhard Prix authored
- refs #669 Original: 10da627c0969850466183d1c453182ce6ae56618
-
Reinhard Prix authored
- refs #669 Original: 4aa19f4702f58e49575794beaf3c4c0cb7e4d7c6
-
Reinhard Prix authored
- The new functions are called 'XLALAdd[Multi]BinaryTimes()', and are using a somewhat simpler input/output API. - refs #699, #670 Original: 7a087e633830e66cf060309e69e431cf74e961aa
-
Collin Capano authored
Original: b88876d30eb21a384bd27fb860832e063c8042c6
-
Reinhard Prix authored
- now replaced by {earth|sun}00-19-DE{200|405|414}.dat.gz - refs #635 Original: f19a504288bc13a50409a33670660396595e3fbc
-
Duncan Macleod authored
- added laldetchar to doxygen directories Original: a1bb3b682aff599f22030e483d24141d797e96a9
-
Matthew David Pitkin authored
Original: e9415fa09fe1798823aa0e3655b3a757349e442b
-
- 16 Apr, 2013 6 commits
-
-
Vivien Raymond authored
Original: f246797cbaa2505d0ced252a514d409cfb573010
-
John Douglas Veitch authored
Original: aac77256a21b77f7b9b326952f0f6222f6d6e909
-
Duncan Macleod authored
Original: 77b46207de56469875cff1216f4c25586eca1c6a
-
Karl Wette authored
- this option will appear in the next SWIG release Original: 47d37705ea73f5afca9eb1e963e3553dbf7729ba
-
Karl Wette authored
- Prevents links to deleted headers being picked up by SWIG Original: 2277bd87e8c2af94cb5a5a710b1afb20b7b38a4a
-
Benjamin Farr authored
Original: 489bed270b30df57335e569124f9c0c503a70f6f
-
- 15 Apr, 2013 12 commits
-
-
Karl Wette authored
- elements of arrays of pointers need to be correctly dereferenced inside swiglal_from/as_SWIGTYPE, as determined by bool 'isptr' - typemap 'swiglal_dynarr_isptr' selects appropriate value of 'isptr' - 'isptr' propagated through Octave array wrappings by storing it inside array view class - 'isptr' propagated through Python array wrappings by using different Numpy array descriptors for arrays of pointers vs data blocks - add test suite section to test that it works Original: 943e6f63cbfd329120c38d500c030d95c8de434e
-
Karl Wette authored
Original: 3b83eb7af6d18b3ac778c60db09c114f205a77db
-
Karl Wette authored
- since it seems to be a CBC-specific function Original: 5b8df58b3dd4c5a5bb4fb1c2ac7cdba9f1638876
-
Karl Wette authored
- remove outdated feature test defines, unneeded gmtime_r() prototype - remove LIGOTimeGPS manipulation routines from SWIG wrappings, since the extended wrapping of LIGOTimeGPS should provide all the same functionality; fixes #831 - add some documentation comments - whitespace cleanup Original: 0066c0bd73561ce907cf98c44c272c26b7bab7f6
-
Karl Wette authored
- and adjust test suite to use it Original: 6022ec65d2d20f21133ee1e804308566d5b27926
-
Karl Wette authored
- check 'end' pointer has reached end of string - raise XLAL error on failure - add test suite cases Original: ac965e7308a6d4b7d91a801e9ee25734c99f8db0
-
Karl Wette authored
- raising exceptions inside try blocks *doesn't* raise an exception! - get rid of references to ancient getel/setel accessor methods - discovered that NumPy does *not* complain on downcasts from complex to integer/real values! Original: 59b4348ed401a3b2ca0d5d5935de4e73baf26219
-
Karl Wette authored
- since CHAR* isn't used consistently throughout LALSuite Original: 67aa07e58ac92187f135e1d7d82a99bdb33ad350
-
Benjamin Farr authored
Original: b7cf183f86b328002acc89d718f2beb693d19a79
-
Matthew David Pitkin authored
Original: 6d1b6938b6515e1fa9415f29af8c020c69a2a855
-
Michael Coughlin authored
Original: 520c23470b1bcf12056e72174aace3f1a9458c0c
-
Kipp Cannon authored
removed --debug-level from lalapps_power Original: dfa9b71c8313e71ed68e0bb30eb0fe558770205d
-
- 14 Apr, 2013 5 commits
-
-
Karl Wette authored
Original: 736d57eacfb63074937b600d5c91f6cbf8d08094
-
Andrew Lundgren authored
Original: 07989b69b761c4e5871a29a32f9a47598c5b0a6e
-
Andrew Lundgren authored
Original: 47bbcdc65ccc09b7316f4aa18090c90034ee4cca
-
Andrew Lundgren authored
Original: 7af2000745faf6f0e247f6b57a57fa703ae56d27
-
Will Farr authored
Original: ddb3d20421b127908c6603aed063649487cc16fe
-
- 13 Apr, 2013 8 commits
-
-
Benjamin Farr authored
Original: e51c4f0086801cdcc8afaf1b3ce578ac8fa661af
-
Andrew Lundgren authored
Original: dde5d826fe8cd3b2cb134a9e2e1b54d78928bee2
-
Andrew Lundgren authored
Now compares to epsilon, but this may not be the best approach. Original: b2cb6310a8a3c5788d14c14c47900ebd73934737
-
Andrew Lundgren authored
T2 tests OK to 2.5 pN against TaylorF2, need to fix higher orders. Original: b2679c210428514e9cdd1e0474971664ff44d1a0
-
Bernd Machenschalk authored
- silences compiler warnings about return values - Refs #400 Original: 8ce98f64385307cc35ca2ccfca39ee0993fdc97e
-
Karl Wette authored
Original: 67be0acbeac117966eaf0d29abcc205be20fcf8c
-
Karl Wette authored
- Adjusts sscanf() usage - Refs #799 Original: 1f1ff76f38dff2be111dc38875cf10b43e048c3c
-
Karl Wette authored
- Rename variable I to In to prevent conflict with C99's imaginary number I - Refs #799 Original: b74b582921a06b724378e3fde2774ecc3f77e1b2
-