Ticket #7757 (closed: fixed)
Adjust HET IDF defaults
Reported by: | Anders Markvardsen | Owned by: | Mike Thomas |
---|---|---|---|
Priority: | major | Milestone: | Release 3.0 |
Component: | Direct Inelastic | Keywords: | |
Cc: | taylorrj@…, michael.thomas@… | Blocked By: | |
Blocking: | Tester: | Roman Tolchenov |
Description
A default is currently:
<defaults>
<location x="0.0" y="0.0" z="0.0" type="quaternion" rot="0.0"
axis-x="0.0" axis-y="0.0" axis-z="1.0"/>
</defaults>
This default happens to be for information only. However the syntax for this location tag should still be according to how a location element is otherwise defined, i.e. type is not a valid attribute for location.
Hence change the above to
<defaults>
<location x="0.0" y="0.0" z="0.0" rot="0.0"
axis-x="0.0" axis-y="0.0" axis-z="1.0"/>
</defaults>
A new schema is in the process of being created by Mike Thomas
Change History
comment:2 Changed 7 years ago by Mike Thomas
- Status changed from new to inprogress
Commit Updated HET IDF Refs #7757
Changeset: 1d976a94bcfdf715502aa12580b149c9915ddafc
comment:3 Changed 7 years ago by Anders Markvardsen
- Status changed from inprogress to verify
- Resolution set to fixed
To tester: changed accordign to description
comment:4 Changed 7 years ago by Jay Rainey
- Status changed from verify to verifying
- Tester set to Jay Rainey
comment:5 Changed 7 years ago by Jay Rainey
- Status changed from verifying to verify
- Tester Jay Rainey deleted
comment:6 Changed 7 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:7 Changed 7 years ago by Roman Tolchenov
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/feature/7757_Fix_HET_IDF_Defaults'
comment:9 Changed 7 years ago by Nick Draper
- Owner changed from Anders Markvardsen to Mike Thomas
After the summer contact Anders Markvardsen about these tickets
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 8602