Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RNA3D/RNA3D_OpenGLEngine.cxx

    r5868 r6141  
    3232    iRotateMolecule   = 0; 
    3333    bPointSpritesSupported           = false; 
    34     bEColiRefInitialised             = false; 
     34    bEColiRefInitialized             = false; 
    3535    bMapSaiDispListCreated           = false; 
    3636    bAutoRotate                      = false; 
     
    111111    const GLubyte *vendor = NULL; 
    112112    vendor = glGetString(GL_VENDOR);   cout<<"Vendor  : "<<vendor<<endl; 
    113     vendor = glGetString(GL_RENDERER); cout<<"Rederer : "<<vendor<<endl; 
     113    vendor = glGetString(GL_RENDERER); cout<<"Renderer: "<<vendor<<endl; 
    114114    vendor = glGetString(GL_VERSION);  cout<<"Version : "<<vendor<<endl; 
    115115} 
     
    380380 
    381381void MapSaiToEcoliTemplateChanged_CB(AW_root *awr) { 
    382     //if SAI changed in EDIT4 then diplay lists should be recalculated 
     382    //if SAI changed in EDIT4 then display lists should be recalculated 
    383383 
    384384    if (RNA3D->cStructure->iMapEnable  && 
     
    411411void CursorPositionChanged_CB(AW_root *awr) { 
    412412 
    413     if(RNA3D->bEColiRefInitialised) { 
     413    if(RNA3D->bEColiRefInitialized) { 
    414414        long iCursorPos = awr->awar(AWAR_CURSOR_POSITION)->read_int(); 
    415415        long EColiPos   = RNA3D->cStructure->EColiRef->abs_2_rel(iCursorPos);