Changeset 563 for palm


Ignore:
Timestamp:
Sep 30, 2010 1:08:44 PM (14 years ago)
Author:
raasch
Message:

Weblink to error message database changed to new trac server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/message.f90

    r484 r563  
    55! Current revisions:
    66! -----------------
    7 !
     7! Weblink to error message database changed to new trac server
    88!
    99! Former revisions:
     
    6464    information_string_1 = 'Further information can be found at'
    6565    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'
    6868    ELSE
    69        information_string_2 = 'http://www.muk.uni-hannover.de/~raasch/PALM_group/doc' // &
    70                               '/app/appendix_a.html#' // message_identifier
     69       information_string_2 = 'http://palm.muk.uni-hannover.de/doc' // &
     70                              '/app/errmsg#' // message_identifier
    7171    END IF
    7272   
Note: See TracChangeset for help on using the changeset viewer.