Skip to content
Snippets Groups Projects

RICH-7 Small change to practice git

Closed Matthew George Chapman requested to merge machapma20170321test into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -199,7 +199,7 @@ def run(whichRich):
### just start the next minor iteration if not converged yet
if n_it < 9 and not conv:
print "INFO Major iteration " + str(n_it)
print "INFO Minor iteration " + str(m_it)
print "INFO Minor iteration " + str(m_it)
if(m_it % 9 == 0):
pickupXML = workdir + "Rich" + str(whichRich) + "CondDBUpdate_" + thisNameStr + "_i" + str(n_it) + ".xml"
else:
Loading