- Timestamp:
- 07/11/05 00:02:07 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ExactPreprocessor.cpp
r65 r162 1 1 #include "ExactPreprocessor.h" 2 2 3 namespace GtpVisibilityPreprocessor {4 3 5 bool 6 ExactPreprocessor::ComputeVisibility() 7 { 8 9 return true; 10 }; 4 bool 5 ExactPreprocessor::ComputeVisibility() 6 { 11 7 8 return true; 12 9 }; 13 10
Note: See TracChangeset
for help on using the changeset viewer.