source: XIOS/trunk/src/config/interpolate_axis_attribute.conf @ 1980

Last change on this file since 1980 was 1980, checked in by yushan, 3 years ago

trunk : axis interpolate can have coordinate source (coordinate_src) and coordinate destination (coordinate_dst), while previous attribute coordinate compatible to source

File size: 213 bytes
Line 
1/*  GLOBAL   */
2DECLARE_ATTRIBUTE(StdString, type)
3DECLARE_ATTRIBUTE(int, order)
4DECLARE_ATTRIBUTE(StdString, coordinate)
5DECLARE_ATTRIBUTE(StdString, coordinate_src)
6DECLARE_ATTRIBUTE(StdString, coordinate_dst)
7
Note: See TracBrowser for help on using the repository browser.