I would like to change the misfit function in the code for the inversion of surface waves with Dinver. It seems the calculation is done by the StatValue::misfit method called in the ModalCurve::misfit. The pointMisfit variable returns the good calculation of the misfit for one point. But if I put
Code: Select all
cout << "here !!!!!!!!!!" << endl;
Code: Select all
#include <iostream> using namespace std;
Where is the calculus of Misfit done ? And why the cout returns nothing ?
Thank you,
Vincent