1
0
Fork 0

Added printing of the nudge value in fgfs-construct.

This commit is contained in:
Ralf Gerlich 2008-01-08 02:46:30 -08:00
parent 327d8d1139
commit bb5882e977

View file

@ -1210,6 +1210,7 @@ int main(int argc, char **argv) {
cout << "X distance is " << xdist << endl;
cout << "Y distance is " << ydist << endl;
}
cout << "Nudge is " << nudge << endl;
for (int i = arg_pos; i < argc; i++) {
load_dirs.push_back(argv[i]);
cout << "Load directory: " << argv[i] << endl;