/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to dict_hw/src/normxcorr_hw_msg.cpp

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-17 07:43:38 UTC
  • Revision ID: csa@dside.dyndns.org-20100417074338-l45lxndn5tv72bpx
Patches for windows port

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
int reportSet(DICTLogger error_reporter, DICTLogger message_writer) {
34
34
    reportError = error_reporter;
35
35
    reportMessage = message_writer;
 
36
 
 
37
    return 0;
36
38
}