module CLessonVariables implicit none public type:: LessonType logical :: IsPathGeneration logical :: IsWellSurveyData end type LessonType type(LessonType)::Lesson end module CLessonVariables