Author: bugman
Date: Wed Oct  1 14:20:48 2008
New Revision: 7484
URL: http://svn.gna.org/viewcvs/relax?rev=7484&view=rev
Log:
Missing colon starting a loop.
Modified:
    branches/pipe_refs/specific_fns/model_free/main.py
Modified: branches/pipe_refs/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/specific_fns/model_free/main.py?rev=7484&r1=7483&r2=7484&view=diff
==============================================================================
--- branches/pipe_refs/specific_fns/model_free/main.py (original)
+++ branches/pipe_refs/specific_fns/model_free/main.py Wed Oct  1 14:20:48 
2008
@@ -862,7 +862,7 @@
         names = self.data_names()
 
         # Loop over the spins.
-        for spin in spin_loop()
+        for spin in spin_loop():
             # Loop through the data structure names.
             for name in names:
                 # Skip the data structure if it does not exist.