remove debug stuff
This commit is contained in:
@@ -16,12 +16,9 @@
|
|||||||
#include "ReadSTL.cpp"
|
#include "ReadSTL.cpp"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
//int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
int main(){
|
|
||||||
// Debug mode
|
ReadSTL stl1(argv[1]);
|
||||||
ReadSTL stl1("STLFiles/shape.stl");
|
|
||||||
// End debug mode
|
|
||||||
//ReadSTL stl1(argv[1]);
|
|
||||||
cout << endl << "File read successfully!" << endl;
|
cout << endl << "File read successfully!" << endl;
|
||||||
// Formatted file info output
|
// Formatted file info output
|
||||||
cout << "Facets in file: " << stl1.getNumFacets() << endl << endl;
|
cout << "Facets in file: " << stl1.getNumFacets() << endl << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user