# | Line 2051 | Line 2051 | bool PhotonFix::initialiseGeometry(const | |
---|---|---|
2051 | std::ifstream fin(infile.c_str()); | |
2052 | assert(fin); | |
2053 | ||
2054 | < | std::cout << "Reading in here" << std::endl; |
2054 | > | //std::cout << "Reading in here" << std::endl; |
2055 | for(unsigned i(0);i<169;i++) { | |
2056 | for(unsigned j(0);j<360;j++) { | |
2057 | for(unsigned k(0);k<2;k++) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |