Show
Ignore:
Timestamp:
01/29/10 19:56:54 (14 years ago)
Author:
smidl
Message:

new objects: mgdirac + mexFnc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r795 r797  
    361361        }; 
    362362 
    363         //! function substitutes given value into an appropriate position 
    364         virtual void condition ( const vec &val ) {}; 
    365  
    366363        //! access function 
    367364        int dimension() const { 
     
    371368        int dimensionc() const { 
    372369                return dimc; 
     370        } 
     371        void from_setting(const Setting &set){ 
     372                UI::get(dimy, set, "dim", UI::optional); 
     373                UI::get(dimc, set, "dimc", UI::optional); 
    373374        } 
    374375};