Show
Ignore:
Timestamp:
05/11/08 12:53:42 (8 months ago)
Author:
rjrw
Message:

Change molecule structure to class

Make molecular column table easier to navigate (after Nick Abel's
suggestion).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/nemala2.cpp

    r2023 r2042  
    4343                if( lgSpeciesMolecule[i] ) 
    4444                { 
    45                         struct molecule *SpeciesCurrent; 
     45                        molecule *SpeciesCurrent; 
    4646                        /** \todo       0       this pointer should be cached one time, and the species 
    4747                         * removed from the list if it is not computed */