typedef struct
{
// Глубина расположения сейсмодатчика
double Depth;
// Значение времени прихода АВ к сейсмодатчику
double ArrivalTime;
} TGodographData;
int ExplorationPointsCount = WellDepth / StepBySeismicSpit;
TGodographData GopographDataMassive[ExplorationPointsCount];