Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/7.0.0/doc/ssclib/node123.html
Дата изменения: Wed Jun 28 23:12:28 2006 Дата индексирования: Sat Dec 22 09:33:15 2007 Кодировка: |
Module name: geometric_types
Author: Ian Stewart (University of Leicester, ims@star.le.ac.uk)
The module defines the following types:
type, public :: Point2dT real(single) :: x, y end type type, public :: Point2dDbleT real(double) :: x, y end type