[newfield_revision Patch] Remove temporary error checking
Jeffrey Oldham
oldham at codesourcery.com
Wed Aug 15 18:28:37 UTC 2001
I removed a debugging statement in NearestNeighbors.h.
2001-08-15 Jeffrey D. Oldham <oldham at codesourcery.com>
* NearestNeighbors.h
(NearestNeighborClass::operator()(Center,Center)):
Remove temporary debugging statement.
Applied to newfield_revision branch
Approved by no one
Not Tested.
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: NearestNeighbors.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/NewField/Attic/NearestNeighbors.h,v
retrieving revision 1.1.2.4
diff -c -p -r1.1.2.4 NearestNeighbors.h
*** NearestNeighbors.h 2001/08/15 18:09:45 1.1.2.4
--- NearestNeighbors.h 2001/08/15 18:25:51
*************** public:
*** 130,140 ****
for (Answer_t::size_type outputIndex = 0;
outputIndex < outputCentering.size();
! ++outputIndex) {
answer[outputIndex] = nearestNeighbors(inputPositions,
outputPositions[outputIndex]);
- std::cout << answer[outputIndex] << std::endl; // TMP
- }
return answer;
}
--- 130,138 ----
for (Answer_t::size_type outputIndex = 0;
outputIndex < outputCentering.size();
! ++outputIndex)
answer[outputIndex] = nearestNeighbors(inputPositions,
outputPositions[outputIndex]);
return answer;
}
More information about the pooma-dev
mailing list