- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Fortran 2003 allows specifying 0 lower bounds on pointerassignment
example:
real,dimension(10,10),target:: array
real,dimension(:,:),pointer:: ptr
ptr(0:,0:) => array(1:10,1:10)
is this feature implemented in intel fortran v11.1 ?
if yes, how could i enable it as the compilation of the code above is failing
Thanks,
Zurab
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Bounds remapping is not yet implemented.
