Merge pull request #1167 from stefoss23/add_keyword

Add keyword, python deck
This commit is contained in:
Joakim Hove
2019-10-29 16:54:22 +01:00
committed by GitHub
3 changed files with 13 additions and 0 deletions

View File

@@ -151,6 +151,10 @@ FIPNUM
si_array = zcorn_kw.get_SI_array()
self.assertAlmostEqual( si_array[0], 1.1 * unit_foot )
self.assertAlmostEqual( si_array[2], 3.3 * unit_foot )
assert( not( "ZCORN" in deck ) )
deck.add( zcorn_kw )
assert( "ZCORN" in deck )