Advertisement
Guest User

e-foto error

a guest
Mar 13th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1.  
  2. c/photogrammetry/DemGrid.cpp: In member function ‘double br::uerj::eng::efoto::DemGrid::getStdZ()’:
  3. c/photogrammetry/DemGrid.cpp:144:20: warning: ‘stdZ’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  4. return sqrt(stdZ/double(count));
  5. ^
  6. c/photogrammetry/BundleAdjustment.cpp: In member function ‘int br::uerj::eng::efoto::BundleAdjustment::testConverged()’:
  7. c/photogrammetry/BundleAdjustment.cpp:1565:46: error: ‘isinf’ was not declared in this scope
  8. if (isinf(fabs(x1.get(i+1,1))))
  9. ^
  10. c/photogrammetry/BundleAdjustment.cpp:1565:46: note: suggested alternative:
  11. In file included from c/infrastructure/Matrix.h:32:0,
  12. from c/photogrammetry/BundleAdjustment.h:20,
  13. from c/photogrammetry/BundleAdjustment.cpp:18:
  14. /usr/include/c++/5.3.0/cmath:621:5: note: ‘std::isinf’
  15. isinf(_Tp __x)
  16. ^
  17. c/photogrammetry/BundleAdjustment.cpp:1570:46: error: ‘isnan’ was not declared in this scope
  18. if (isnan(fabs(x1.get(i+1,1))))
  19. ^
  20. c/photogrammetry/BundleAdjustment.cpp:1570:46: note: suggested alternative:
  21. In file included from c/infrastructure/Matrix.h:32:0,
  22. from c/photogrammetry/BundleAdjustment.h:20,
  23. from c/photogrammetry/BundleAdjustment.cpp:18:
  24. /usr/include/c++/5.3.0/cmath:641:5: note: ‘std::isnan’
  25. isnan(_Tp __x)
  26. ^
  27. c/photogrammetry/BundleAdjustment.cpp:1593:44: error: ‘isinf’ was not declared in this scope
  28. if (isinf(fabs(x2.get(i,1))))
  29. ^
  30. c/photogrammetry/BundleAdjustment.cpp:1593:44: note: suggested alternative:
  31. In file included from c/infrastructure/Matrix.h:32:0,
  32. from c/photogrammetry/BundleAdjustment.h:20,
  33. from c/photogrammetry/BundleAdjustment.cpp:18:
  34. /usr/include/c++/5.3.0/cmath:621:5: note: ‘std::isinf’
  35. isinf(_Tp __x)
  36. ^
  37. c/photogrammetry/BundleAdjustment.cpp:1598:44: error: ‘isnan’ was not declared in this scope
  38. if (isnan(fabs(x2.get(i,1))))
  39. ^
  40. c/photogrammetry/BundleAdjustment.cpp:1598:44: note: suggested alternative:
  41. In file included from c/infrastructure/Matrix.h:32:0,
  42. from c/photogrammetry/BundleAdjustment.h:20,
  43. from c/photogrammetry/BundleAdjustment.cpp:18:
  44. /usr/include/c++/5.3.0/cmath:641:5: note: ‘std::isnan’
  45. isnan(_Tp __x)
  46. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement