Chi-Tech
surfacemesher_02_execute.cc
Go to the documentation of this file.
1#include "surfacemesher.h"
2
3#include "chi_runtime.h"
4#include "chi_log.h"
5
6//###################################################################
7/**Virtual execute function. Meant to be overwritten.*/
9{
10 Chi::log.Log0Verbose1() << "This is an empty mesher. Nothing to execute.";
11}
static chi::ChiLog & log
Definition: chi_runtime.h:81
LogStream Log0Verbose1()
Definition: chi_log.h:234