Ticket #7757 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

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:1 Changed 7 years ago by Anders Markvardsen

  • Cc michael.thomas@… added

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:8 Changed 7 years ago by Russell Taylor

  • Milestone changed from Backlog to Release 3.0

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:10 Changed 7 years ago by Nick Draper

  • Component changed from Framework to Direct Inelastic

comment:11 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8602

Note: See TracTickets for help on using tickets.