|
@@ -779,7 +779,7 @@ namespace Lemma {
|
779
|
779
|
|
780
|
780
|
// Determine number of lagged convolutions to do
|
781
|
781
|
int nlag = 1; // (Key==0) We need an extra for some reason for stability? Maybe in Spline?
|
782
|
|
- Real lrho ( 1.0 * rhomax );
|
|
782
|
+ Real lrho ( 1.0001 * rhomax );
|
783
|
783
|
while ( lrho > rhomin ) {
|
784
|
784
|
nlag += 1;
|
785
|
785
|
lrho *= Hankel->GetABSER();
|
|
@@ -789,7 +789,7 @@ namespace Lemma {
|
789
|
789
|
tDipole->SetKernels(ifreq, FieldsToCalculate, Receivers, irec, Earth);
|
790
|
790
|
|
791
|
791
|
// Instead we should pass the antenna into this so that Hankel hass all the rho arguments...
|
792
|
|
- Hankel->ComputeLaggedRelated( 1.0*rhomax, nlag, tDipole->GetKernelManager() );
|
|
792
|
+ Hankel->ComputeLaggedRelated( 1.0001*rhomax, nlag, tDipole->GetKernelManager() );
|
793
|
793
|
|
794
|
794
|
// Sort the dipoles by rho
|
795
|
795
|
for (int idip=0; idip<antenna->GetNumberOfDipoles(); ++idip) {
|