Changeset 216

Show
Ignore:
Timestamp:
02/08/08 07:08:02 (4 years ago)
Author:
uncle_fungus
Message:

Added SCEARD core support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3.2beta3/src/core.cpp

    r192 r216  
    4040        wxT("SimT Gromacs"), 
    4141        wxT("Double Gromacs B"), 
    42         wxT("SMP Gromacs CVS") 
     42        wxT("SMP Gromacs CVS"), 
     43        wxT("PS3 Gromacs (SCEARD2)") 
    4344}; 
    4445wxString Core::mCoreShortName[CORE_ID_COUNT] = { 
     
    5657        wxT("grosimt"), 
    5758        wxT("dgromacsb"), 
    58         wxT("grocvs") 
     59        wxT("grocvs"), 
     60        wxT("gro-ps3") 
    5961}; 
    6062 
  • branches/2.3.2beta3/src/include/core.h

    r192 r216  
    6060                DGROMACSB, /**< Double Gromacs B (7b) */ 
    6161                GROCVS, /**< SMP Gromacs CVS (a2) */ 
     62                GROPS3, /**< PS3 Gromacs (SCEARD) */ 
    6263                CORE_ID_COUNT /**<  */ 
    6364        };