Go to the source code of this file.
 | 
| void  | getChomboVersion (string &a_version, string &a_flags, string &a_date, string &a_time) | 
|   | 
◆ _CHOMBO_VERSION_H_
      
        
          | #define _CHOMBO_VERSION_H_ | 
        
      
 
 
◆ CHOMBO_VERSION
      
        
          | #define CHOMBO_VERSION   3.2 | 
        
      
 
 
◆ CHOMBO_TRUNK
      
        
          | #define CHOMBO_TRUNK   FALSE | 
        
      
 
signal that this is the svn trunk version of Chombo, rather than the release version. This should be changed in the release version of this file 
 
 
◆ CHOMBO_PATCH_NUMBER
      
        
          | #define CHOMBO_PATCH_NUMBER   7 | 
        
      
 
which patch of the release is this? 
 
 
◆ CHOMBO_FLAGS
      
        
          | #define CHOMBO_FLAGS   DIM=CH_FLAG_DIM DEBUG=CH_FLAG_DEBUG OPT=CH_FLAG_OPT MPI=CH_FLAG_MPI USE_PETSC=CH_FLAG_PETSC PRECISION=CH_FLAG_PRECISION NAMESPACE=CH_FLAG_NAMESPACE MULTIDIM=CH_FLAG_MULTIDIM USE_64=CH_FLAG_64 USE_EB=CH_FLAG_EB USE_HDF=CH_FLAG_HDF USE_MT=CH_FLAG_MT | 
        
      
 
 
◆ getChomboVersion()
      
        
          | void getChomboVersion  | 
          ( | 
          string &  | 
          a_version,  | 
        
        
           | 
           | 
          string &  | 
          a_flags,  | 
        
        
           | 
           | 
          string &  | 
          a_date,  | 
        
        
           | 
           | 
          string &  | 
          a_time  | 
        
        
           | 
          ) | 
           |  |