Changeset 1986 for XIOS/dev/dev_ym
- Timestamp:
- 12/10/20 21:03:08 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp
r1984 r1986 1975 1975 1976 1976 //reuse existing algorithm interface for, now 1977 algo = CGridTransformationFactory<CDomain>::createTransformation(transType, tmpGridDst, tmpGridSrc,1977 algo = CGridTransformationFactory<CDomain>::createTransformation(transType, false, tmpGridDst, tmpGridSrc, 1978 1978 transformation, 0, 1979 1979 posInGrid,posInGrid,posInGrid, … … 2002 2002 2003 2003 //reuse existing algorithm interface for, now 2004 algo = CGridTransformationFactory<CAxis>::createTransformation(transType, tmpGridDst, tmpGridSrc,2004 algo = CGridTransformationFactory<CAxis>::createTransformation(transType, false, tmpGridDst, tmpGridSrc, 2005 2005 transformation, 0, 2006 2006 posInGrid,posInGrid,posInGrid, … … 2029 2029 2030 2030 //reuse existing algorithm interface for, now 2031 algo = CGridTransformationFactory<CScalar>::createTransformation(transType, tmpGridDst, tmpGridSrc,2031 algo = CGridTransformationFactory<CScalar>::createTransformation(transType, false, tmpGridDst, tmpGridSrc, 2032 2032 transformation, 0, 2033 2033 posInGrid,posInGrid,posInGrid,
Note: See TracChangeset
for help on using the changeset viewer.