Menu

SVN archive Commit Log


Commit Date  
[r2641] by bugman

Fix for the documentation bug #7402 (https://gna.org/bugs/?7402).

This fixes the sigma(NOE) equations in section 8.8.1 of the relax user manual. Alex Hansen reported
that the equations incorrect as one of the spectral density terms were multiplied by a factor of 6
when there should be nothing. This problem does not affect the code, the equations there are
correct.

2006-10-13 05:59:18 Tree
[r2640] by bugman

Removal of the installation targets and changing of the initialisation of the system path variables.

The installation target functions 'self.install()' and 'self.uninstall()' have been deleted as they
are now located in the 'scons.install' module.

The 'self.paths()' function has been removed. All the paths, environmental variables, etc. are now
initialised at the top of the 'sconstruct' file.

2006-10-13 05:43:59 Tree
[r2639] by bugman

Shifted the 'install' and 'uninstall' target functions into their own module in the 'scons' dir.

2006-10-13 05:40:19 Tree
[r2638] by bugman

The fix of the previous revision has been redone.

Rather than 'sconstruct' passing in the relax version number as an environmental variable, the file
'scons/distrib.py' now just imports the file 'version.py'. This is a much simpler solution!

2006-10-13 05:38:50 Tree
[r2637] by bugman

Fixed a bug in the Scons distribution target functions.

The relax version number variable 'version' which exists in the base 'sconstruct' module doesn't
exist within the 'scons/distrib.py' module. It is now passed into the construction Environment as
an environmental variable.

2006-10-13 05:33:29 Tree
[r2636] by varioustoxins

changes to correct unicode errors from float.py and include nan and inf
checks in model free calculations

bug #6503 Uncaught nan in xh_vect from bugman

task #3621 overview: NaN catching function.

2006-10-12 14:19:00 Tree
[r2635] by bugman

Shifted the Scons distribution target functions from 'sconstruct' to 'scons/distrib.py'.

The functions 'self.package' and 'self.gpg_sign' have been shifted into their own file
'scons/distrib.py'.

2006-10-12 09:04:46 Tree
[r2634] by varioustoxins

Initial checkin of code to work with ieee-754 double classes (nan etc)

bug #6503 Uncaught nan in xh_vect from bugman

task #3621 overview: NaN catching function.

2006-10-12 08:44:39 Tree
[r2633] by bugman

Ported r2618 to r2632 from the 1.2 line.

The command used was:
$ svn merge -r2617:2632 svn+ssh://bugman@.../svn/relax/1.2

These changes all relate to the Scons system. The Scons scripts have been completely overhauled.
Bugs have been removed. The help system has been redone. A target for creating the API
documentation using Epydoc has been added.

2006-10-12 07:43:25 Tree
[r2632] by bugman

Fixed a very minor bug in the Scons source packaging target.

The relax version was not being checked because the Depends statement was using 'package_bin' rather
than 'package_src'.

2006-10-12 07:36:12 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.