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/SECEDIT/SEC_structure.cxx

    r6017 r6141  
    3939SEC_loop::SEC_loop(SEC_root *root_) 
    4040    : SEC_base(root_) 
    41     , Circumferance(0) 
     41    , Circumference(0) 
    4242    , center(0, 0) 
    4343    , primary_strand(0) 
     
    296296 
    297297    if (what&CHECK_SIZE) { 
    298         sec_assert(Circumferance>0); 
     298        sec_assert(Circumference>0); 
    299299        sec_assert(drawnSize()>0); 
    300300    }