Simulation Core
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

CLessonVariables.f90 223 B

vor 1 Jahr
vor 1 Jahr
vor 1 Jahr
123456789
  1. module CLessonVariables
  2. implicit none
  3. public
  4. type:: LessonType
  5. logical :: IsPathGeneration
  6. logical :: IsWellSurveyData
  7. end type LessonType
  8. type(LessonType)::Lesson
  9. end module CLessonVariables