Simulation Core
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

CLessonVariables.f90 171 B

1 år sedan
123456789
  1. module CLessonVariables
  2. implicit none
  3. public
  4. logical :: IsPathGeneration
  5. logical :: IsWellSurveyData
  6. contains
  7. end module CLessonVariables