Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
123456789 |
- module CLessonVariables
- implicit none
- public
- type:: LessonType
- logical :: IsPathGeneration
- logical :: IsWellSurveyData
- end type LessonType
- type(LessonType)::Lesson
- end module CLessonVariables
|