|
@@ -231,9 +231,9 @@ namespace Lemma {
|
231
|
231
|
if (Antenna->GetName() == std::string("PolygonalWireAntenna") || Antenna->GetName() == std::string("TEMTransmitter") ) {
|
232
|
232
|
icalc += 1;
|
233
|
233
|
// Check to see if they are all on a plane? If so we can do this fast
|
234
|
|
- if ( Antenna->IsHorizontallyPlanar() && ( HankelType == ANDERSON801 || HankelType== FHTKEY201 || HankelType==FHTKEY101 ||
|
235
|
|
- HankelType == FHTKEY51 || HankelType == FHTKONG61 || HankelType == FHTKONG121 ||
|
236
|
|
- HankelType == FHTKONG241 || HankelType == IRONS )) {
|
|
234
|
+ if ( Antenna->IsHorizontallyPlanar() && ( HankelType == ANDERSON801 || HankelType == FHTKEY201 || HankelType==FHTKEY101 ||
|
|
235
|
+ HankelType == FHTKEY51 || HankelType == FHTKONG61 || HankelType == FHTKONG121 ||
|
|
236
|
+ HankelType == FHTKONG241 || HankelType == IRONS )) {
|
237
|
237
|
#ifdef HAVE_BOOST_PROGRESS
|
238
|
238
|
if (progressbar) {
|
239
|
239
|
disp = new boost::progress_display( Receivers->GetNumberOfPoints()*Antenna->GetNumberOfFrequencies() );
|
|
@@ -263,7 +263,7 @@ namespace Lemma {
|
263
|
263
|
}
|
264
|
264
|
} else if (Receivers->GetNumberOfPoints() > Antenna->GetNumberOfFrequencies()) {
|
265
|
265
|
|
266
|
|
- std::cout << "freq parallel #1" << std::endl;
|
|
266
|
+ //std::cout << "freq parallel #1" << std::endl;
|
267
|
267
|
//** Progress display bar for long calculations */
|
268
|
268
|
#ifdef HAVE_BOOST_PROGRESS
|
269
|
269
|
if (progressbar) {
|