Author Statistics for dru

Back to Index Page

Author Details

Login: dru
Fullname: dru
Revisions: 1
Lines of Code: 0
Added Lines of Code: 1
Lines of Code per Change: 0.0

Lines Of Code (per Author)

Lines Of Code for dru (per module)

Activity

Commit Log

DateAuthorFile/Message
2/11/04 4:06 PMdru
While building qdp++ on the MIT alphas with gcc 3.3.2, there was an error due to
different function prototypes for DML_strean_in between two files:
qdp++/other_libs/qio/lib/dml/DML_stream_in.c
qdp++/other_libs/qio/include/dml.h
I changed size_t to DML_SiteRank in the appropriate argument to remove the conflict.
(1 Files changed, 1 Lines changed)
lib/dml/DML_stream_in.c 1.4 (+1 -1)