Changeset 563
- Timestamp:
- Sep 30, 2010 1:08:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/message.f90
r484 r563 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! 7 ! Weblink to error message database changed to new trac server 8 8 ! 9 9 ! Former revisions: … … 64 64 information_string_1 = 'Further information can be found at' 65 65 IF(message_identifier(1:2) == 'NC') THEN 66 information_string_2 = 'http:// www.muk.uni-hannover.de/~raasch/PALM_group/doc' // &67 '/app/ appendix_a.html#NC****'66 information_string_2 = 'http://palm.muk.uni-hannover.de/doc' // & 67 '/app/errmsg#NC' 68 68 ELSE 69 information_string_2 = 'http:// www.muk.uni-hannover.de/~raasch/PALM_group/doc' // &70 '/app/ appendix_a.html#' // message_identifier69 information_string_2 = 'http://palm.muk.uni-hannover.de/doc' // & 70 '/app/errmsg#' // message_identifier 71 71 END IF 72 72
Note: See TracChangeset
for help on using the changeset viewer.