Guest User

OIHFREQHIE

a guest
May 23rd, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. =====
  2. src\simulation\elements\BANG.cpp: In static member function 'static int Element_
  3. BANG::update(Simulation*, int, int, int, int, int, Particle*, int (*)[612])':
  4. src\simulation\elements\BANG.cpp:64:12: error: 'photons' was not declared in thi
  5. s scope
  6. r = photons[y+ry][x+rx];
  7. ^
  8.  
  9. =====
  10. scons: *** [build\src\simulation\elements\BANG.o] Error 1
  11. =====
  12. src\simulation\elements\BBNG.cpp: In static member function 'static int Element_
  13. BBNG::update(Simulation*, int, int, int, int, int, Particle*, int (*)[612])':
  14. src\simulation\elements\BBNG.cpp:64:13: error: 'photons' was not declared in thi
  15. s scope
  16. r = photons[y+ry][x+rx];
  17. ^
  18.  
  19. =====
  20. scons: *** [build\src\simulation\elements\BBNG.o] Error 1
  21. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment