John Daily hace 4 años
padre
commit
269b30bea3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Modules/FDEM1D/src/EMEarth1D.cpp

+ 1
- 1
Modules/FDEM1D/src/EMEarth1D.cpp Ver fichero

@@ -444,7 +444,7 @@ namespace Lemma {
444 444
                                 #ifdef LEMMAUSEOMP
445 445
                                 #pragma omp for schedule(static, 1)
446 446
                                 #endif
447
-                                for (unsigned int idip=0; idip<Antenna->GetNumberOfDipoles(); ++idip) {
447
+                                for (int idip=0; idip < (int)Antenna->GetNumberOfDipoles(); ++idip) {
448 448
                                     //#pragma omp critical
449 449
                                     //{
450 450
                                     //cout << "idip=" << idip << "\tthread num=" << omp_get_thread_num() << '\n';

Loading…
Cancelar
Guardar