Misfit calculation, StatValue::misfit

Place here all posts related to implementation and source codes. This forum is rather technical and reserved for programmers.
Post Reply
vincent.metais
Posts: 3
Joined: Mon Mar 18, 2013 10:06 am

Misfit calculation, StatValue::misfit

Post by vincent.metais »

Hi,
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;
, with the include :

Code: Select all

#include <iostream> using namespace std; 
, at the beginning of the StatValue::misfit method nothing happens.

Where is the calculus of Misfit done ? And why the cout returns nothing ?

Thank you,

Vincent
Post Reply