Cactus prints wrong version in Banner

Issue #1407 closed
Frank Löffler created an issue

Cactus currently prints

       10                                  
  1   0101       ************************  
  01  1010 10      The Cactus Code V4.0
 1010 1101 011      www.cactuscode.org     
  1001 100101    ************************  
    00010101                               
     100011     (c) Copyright The Authors  
      0100      GNU Licensed. No Warranty  
      0101                                 
--------------------------------------------------------------------------------

Cactus version:    4.2.1

Note the first version, mentioned in the Banner (4.0) is wrong - it's hard-coded in the source. The attached patch uses CCTK_FullVersion() instead.

Kudos to Steve to spot this.

Keyword:

Comments (3)

  1. Log in to comment