From 19bb653c7233d0af023010216312ca29f4d11e72 Mon Sep 17 00:00:00 2001 From: Jackie Lunger Date: Thu, 10 Jul 2014 15:20:39 -0400 Subject: [PATCH] accidentally deleted a line --- sgl_conduit.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sgl_conduit.py b/sgl_conduit.py index 2384823f7e..a796093ebc 100644 --- a/sgl_conduit.py +++ b/sgl_conduit.py @@ -18,7 +18,6 @@ #setting up network -======= sgl = OpenPNM.Network.Cubic(name = 'SGL10BA', loglevel = 40) sgl.generate(divisions = [26, 26, 10], add_boundaries = True, lattice_spacing = [Lc]) @@ -104,7 +103,9 @@ for x in range(21): OP_1.update(seq = max_inv_seq*(x/20)) - print('seq = '+str(round(max_inv_seq*(x/20)))+' Pa out of '+str(round(max_inv_seq))+' total sequences') + print('seq = '+str(round(max_inv_seq*(x/20)))+' Seq out of '+str(round(max_inv_seq))+' total sequences') + + modes = ['strict', 'loose'] for mode_increment in range(len(modes)): #adding multiphase conductances