1c1,2 < /* Copyright 2016 @sohale */ --- > /* Copyright 2016 @sohale > Worker version*/ 16,19c17,20 < - Improve JS data exchange to Geometry (done) < - Adding walls (done) < - WebWorker wrapped in a Geometry < - Geometry in 3js r73 (DONE r79) --- > - Improve JS data exchange to Geometry > - Adding walls > - WebWorker wrappen in a Geometry > - Geometry in 3js r73 57,63d57 < // Standard Emscripten compile option < #ifdef BUILD_AS_WORKER < #define AS_WORKER true < #else < #define AS_WORKER false < #endif < 292a287,288 > > 534d529 < #if NOTQUIET 542d536 < #endif 763d756 < 776c769 < std::clog << "Build Info: " << std::endl; --- > std::clog << "Build 1" << std::endl; 778,816d770 < < std::clog << "Macros: " < #if ASSERT_USED < << "ASSERT_USED:yes. " < #else < << "ASSERT_USED:disabled. " < #endif < #if USE_ASSERT < << "USE_ASSERT:yes. " < #else < << "USE_ASSERT:no. " < #endif < #if VERBOSE_SUBDIV < << "VERBOSE_SUBDIV " < #endif < #if USE_PSDE < << "USE_PSDE " < #endif < #if DEBUG_VERBOSE < << "DEBUG_VERBOSE " < #endif < #if RANK_MANUALLY < << "RANK_MANUALLY " < #endif < #if NDEBUG < << "NDEBUG " < #endif < #if AS_WORKER < << "AS_WORKER:yes. " < #else < << "AS_WORKER:no. " < #endif < << std::endl; < < std::clog << "CONFIG: " < << "ROOT_TOLERANCE=" << ROOT_TOLERANCE << " " < /*<< CONFIG*/ < << std::endl; < 1119,1126c1073,1075 < std::clog << "clog" << std::endl; < std::cout << "cout" << std::endl; < std::cerr << "cerr" << std::endl; < #if AS_WORKER < std::clog << "Compiled as a Web Worker" << std::endl; < #else < std::clog << "Not a a Web Worker" << std::endl; < #endif --- > clog << "clog" << std::endl; > cout << "cout" << std::endl; > cerr << "cerr" << std::endl; 1187,1190d1135 < < #if AS_WORKER < #include "mcc2_worker_api.hpp" < #endif