mailr11543 - in /branches/cst/maths_fns: direction_cosine.py mf.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 10, 2010 - 15:39:
Author: bugman
Date: Fri Sep 10 15:39:36 2010
New Revision: 11543

URL: http://svn.gna.org/viewcvs/relax?rev=11543&view=rev
Log:
Fixed the whitespace and added Pavel to the copyright notices.


Modified:
    branches/cst/maths_fns/direction_cosine.py
    branches/cst/maths_fns/mf.py

Modified: branches/cst/maths_fns/direction_cosine.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/cst/maths_fns/direction_cosine.py?rev=11543&r1=11542&r2=11543&view=diff
==============================================================================
--- branches/cst/maths_fns/direction_cosine.py (original)
+++ branches/cst/maths_fns/direction_cosine.py Fri Sep 10 15:39:36 2010
@@ -1,6 +1,7 @@
 
###############################################################################
 #                                                                            
 #
 # Copyright (C) 2004-2005 Edward d'Auvergne                                  
 #
+# Copyright (C) 2010 Pavel Kaderavek                                         
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #

Modified: branches/cst/maths_fns/mf.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/cst/maths_fns/mf.py?rev=11543&r1=11542&r2=11543&view=diff
==============================================================================
--- branches/cst/maths_fns/mf.py (original)
+++ branches/cst/maths_fns/mf.py Fri Sep 10 15:39:36 2010
@@ -1,6 +1,7 @@
 
###############################################################################
 #                                                                            
 #
 # Copyright (C) 2003-2008 Edward d'Auvergne                                  
 #
+# Copyright (C) 2010 Pavel Kaderavek                                         
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -59,13 +60,13 @@
         interactions: An array containing the types of interactions (either 
dipole-dipole or CSA).
 
         gratio_ext:  An array containing the gyromagnetic ratios of 
interacting nuclei (None is included
-       in case of CSA interaction)
+        in case of CSA interaction)
 
         internuclei_distance:  An array containing the fixed 
internuclei_distances in meters. 
-       (None is included in case of CSA interaction)
+        (None is included in case of CSA interaction)
 
         csa:  An array containing the fixed CSA value. (None is included in 
case of dipole-dipole
-       interaction)
+        interaction)
 
         unit_vector:  An array containing the fixed unit eigenvectors of 
interactions
 
@@ -259,7 +260,7 @@
             g_ratio = gh[i] / gx[i]
 
 
-           # loop over interactions
+            # loop over interactions
             for j in xrange(self.num_interactions[i]):
                 self.data[i].append(Data())
                 self.data[i][j].interactions=interactions[i][j]
@@ -287,8 +288,6 @@
                 for k in xrange(self.diff_data.num_indices):
                     self.data[i][j].frq_list_ext[:,:, k] = 
self.data[i][j].frq_list
                     self.data[i][j].frq_sqrd_list_ext[:,:, k] = 
self.data[i][j].frq_sqrd_list
-
-               
 
                 # Store supplied data in self.data
                 self.data[i][j].gh = gh[i]




Related Messages


Powered by MHonArc, Updated Fri Sep 10 16:00:02 2010