Action_Thermostats
        Adding_Graph_to_ChangeBondActions
        Adding_MD_integration_tests
        Adding_StructOpt_integration_tests
        AutomationFragmentation_failures
        Candidate_v1.6.1
        Candidate_v1.7.0
        ChemicalSpaceEvaluator
        Enhanced_StructuralOptimization
        Enhanced_StructuralOptimization_continued
        Exclude_Hydrogens_annealWithBondGraph
        Fix_Verbose_Codepatterns
        ForceAnnealing_with_BondGraph
        ForceAnnealing_with_BondGraph_continued
        ForceAnnealing_with_BondGraph_continued_betteresults
        ForceAnnealing_with_BondGraph_contraction-expansion
        Gui_displays_atomic_force_velocity
        JobMarket_RobustOnKillsSegFaults
        JobMarket_StableWorkerPool
        PythonUI_with_named_parameters
        Recreated_GuiChecks
        StoppableMakroAction
        TremoloParser_IncreasedPrecision
        stable
      
      
      
| Rev | Line |   | 
|---|
| [0b990d] | 1 | % -*- KeyVal -*-
 | 
|---|
 | 2 | 
 | 
|---|
 | 3 | x = 1
 | 
|---|
 | 4 | y = 3.0
 | 
|---|
 | 5 | 
 | 
|---|
 | 6 | test: (
 | 
|---|
 | 7 |   object_a<A>: (
 | 
|---|
 | 8 |     a = 4
 | 
|---|
 | 9 |     )
 | 
|---|
 | 10 |   object_b<B>: (
 | 
|---|
 | 11 |     A: a = 111
 | 
|---|
 | 12 |     b = 121
 | 
|---|
 | 13 |     )
 | 
|---|
 | 14 |   object_d<D>: (
 | 
|---|
 | 15 |     B: (
 | 
|---|
 | 16 |       A: a = 11
 | 
|---|
 | 17 |       b = 12
 | 
|---|
 | 18 |       )
 | 
|---|
 | 19 |     C: (
 | 
|---|
 | 20 |       c = 13
 | 
|---|
 | 21 |       )
 | 
|---|
 | 22 |     di = 14
 | 
|---|
 | 23 |     df = 4.1
 | 
|---|
 | 24 |     dd = 8.2
 | 
|---|
 | 25 |     dc = d
 | 
|---|
 | 26 |     da = $:test:object_b
 | 
|---|
 | 27 |     db = $:test:object_b
 | 
|---|
 | 28 |     )
 | 
|---|
 | 29 |   object = $object_d
 | 
|---|
 | 30 |   )
 | 
|---|
 | 31 | 
 | 
|---|
 | 32 | 
 | 
|---|
 | 33 | test2: (
 | 
|---|
 | 34 |   statein<StateInBin>: (
 | 
|---|
 | 35 |     file = "statetest.a.out"
 | 
|---|
 | 36 |   )
 | 
|---|
 | 37 |   proxy1<SavableStateProxy>: (
 | 
|---|
 | 38 |     statein = $..:statein
 | 
|---|
 | 39 |     object = "D"
 | 
|---|
 | 40 |     override: (
 | 
|---|
 | 41 |         di = 10
 | 
|---|
 | 42 |         df = 4.111
 | 
|---|
 | 43 |         dd = 8.222
 | 
|---|
 | 44 |         dc = X
 | 
|---|
 | 45 |         d = 9.22
 | 
|---|
 | 46 |         da: (
 | 
|---|
 | 47 |           d = 3.45
 | 
|---|
 | 48 |           a = 9
 | 
|---|
 | 49 |         )
 | 
|---|
 | 50 |      )
 | 
|---|
 | 51 |   )
 | 
|---|
 | 52 |   proxy2<SavableStateProxy>: (
 | 
|---|
 | 53 |     statein = $..:statein
 | 
|---|
 | 54 |     object = "D"
 | 
|---|
 | 55 |     % note that this override is ignored, since proxy1's overrides are used
 | 
|---|
 | 56 |     % because it is read first
 | 
|---|
 | 57 |     override: (
 | 
|---|
 | 58 |         d = 11
 | 
|---|
 | 59 |      )
 | 
|---|
 | 60 |   )
 | 
|---|
 | 61 | )
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.