コード例 #1
0
def test_Lattice():
    rmg = ReactorMG()
    rmg.lattice_flag = 'Spherical'
    assert_equal(rmg.lattice_flag, 'Spherical')