Skip to content

Commit

Permalink
Merge pull request #5 from mklauser/pr136
Browse files Browse the repository at this point in the history
Pr136
  • Loading branch information
wkerzendorf committed May 8, 2014
2 parents 377b031 + 4300c01 commit 8cc8197
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 97 deletions.
3 changes: 2 additions & 1 deletion tardis/data/tardis_config_definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,14 @@ model:
property_type: container-property
type:
property_type: container-declaration
containers: ['branch85_w7','exponential','power_law']
+branch85_w7: ['time_0', 'density_coefficient']
containers: ['branch85_w7', 'power_law', 'exponential']
+branch85_w7: ['w7_time_0', 'w7_density_coefficient']
_branch85_w7: []
_power_law: ['time_0', 'rho_0', 'v_0']
_exponential: ['time_0', 'rho_0', 'v_0', 'exponent']


w7_time_0:
property_type: quantity
default: 19.9999584 s
Expand Down
Loading

0 comments on commit 8cc8197

Please sign in to comment.