another temp code for review

develop
NMLittle 2010-03-25 17:04:29 -05:00
parent da6874d725
commit 57689b18ab
1 changed files with 5 additions and 2 deletions

@ -21,7 +21,6 @@ int main (void)
cerr << "DF not found" << endl; cerr << "DF not found" << endl;
return 1; return 1;
} }
DF.InitMap();
if (DF.InitViewAndCursor()) if (DF.InitViewAndCursor())
{ {
@ -36,7 +35,11 @@ int main (void)
DF.WriteDesignations(x,y,z, &designations); DF.WriteDesignations(x,y,z, &designations);
cout << "Success" << endl; cout << "Success" << endl;
} }
else
cout << "Failure 1" << endl;
} }
else
cout << "Failure 1" << endl;
} }
else else
cout << "Process Failed" << endl; cout << "Process Failed" << endl;