Commit e733a66d authored by Vladimír Ulman's avatar Vladimír Ulman
Browse files

Minor: changed header for the output STL files.

parent faf7c212
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -195,7 +195,7 @@ int ActiveMesh::ExportSTL(const char *filename)
	std::ofstream file(filename);
	std::ofstream file(filename);
	if (!file.is_open()) return(1);
	if (!file.is_open()) return(1);


	file << "solid Vladimir Ulman - meshSurface testing app\n";
	file << "solid from ISBI_Compactor app by Vladimir Ulman (ulman@fi.muni.cz)\n";


	//cell body
	//cell body
	for (unsigned int i=0; i < ID.size(); i+=3)
	for (unsigned int i=0; i < ID.size(); i+=3)