Changeset 3141 in Sophya for trunk/Cosmo/SimLSS/genericfunc.h


Ignore:
Timestamp:
Jan 17, 2007, 6:44:04 PM (19 years ago)
Author:
cmv
Message:

chgt HProf->HistoErr + spectre 2D cmv 17/01/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/genericfunc.h

    r3115 r3141  
    33
    44#include "pexceptions.h"
     5#include <vector>
    56
    67namespace SOPHYA {
     
    3233  }
    3334
     35  virtual double operator()(vector<double>& x) {
     36    cout<<"GenericFunc::operator(vector<double>&) not implemented"<<endl;
     37    throw NotAvailableOperation("GenericFunc::operator(vector<double>&) not implemented");
     38  }
     39
    3440};
    3541
Note: See TracChangeset for help on using the changeset viewer.