mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
New cmake for doc
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
#include <boost/make_shared.hpp>
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include <sstream>
|
||||
#include <set>
|
||||
#include <time.h>
|
||||
@@ -1295,7 +1297,14 @@ namespace latebound_access {
|
||||
}
|
||||
|
||||
void fix_quantities(IfcParse::IfcFile& f, bool no_progress, bool quiet, bool stderr_progress) {
|
||||
Logger::Status("HLEEEEEEEE");
|
||||
std::ofstream outfile("test78.txt");
|
||||
|
||||
outfile << "my text here!" << std::endl;
|
||||
|
||||
outfile.close();
|
||||
{
|
||||
|
||||
auto delete_reversed = [&f](const IfcEntityList::ptr& insts) {
|
||||
if (!insts) {
|
||||
return;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user