Simulation Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CStringUpdate.f90 652 B

1 year ago
123456789101112131415161718192021222324252627282930313233
  1. module CStringUpdate
  2. use COperationScenariosVariables
  3. implicit none
  4. contains
  5. subroutine Evaluate_StringUpdate()
  6. implicit none
  7. ! if (DriveType == TopDrive_DriveType) then
  8. !#ifdef OST
  9. ! print*, 'Evaluate_StringUpdate=TopDrive'
  10. !#endif
  11. ! endif
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. ! if (DriveType == Kelly_DriveType) then
  20. !#ifdef OST
  21. ! print*, 'Evaluate_StringUpdate=Kelly'
  22. !#endif
  23. ! endif
  24. !
  25. end subroutine
  26. subroutine Subscribe_StringUpdate()
  27. implicit none
  28. end subroutine
  29. end module CStringUpdate