mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
* Code reformatted for improved readability
This commit is contained in:
parent
c082ef1492
commit
cb777203cf
@ -111,12 +111,6 @@
|
|||||||
|
|
||||||
namespace netgen
|
namespace netgen
|
||||||
{
|
{
|
||||||
|
|
||||||
// #include "../visualization/vispar.hpp"
|
|
||||||
// class VisualizationParameters;
|
|
||||||
// extern VisualizationParameters vispar;
|
|
||||||
|
|
||||||
|
|
||||||
#include "occmeshsurf.hpp"
|
#include "occmeshsurf.hpp"
|
||||||
|
|
||||||
#define PROJECTION_TOLERANCE 1e-10
|
#define PROJECTION_TOLERANCE 1e-10
|
||||||
@ -171,9 +165,9 @@ namespace netgen
|
|||||||
|
|
||||||
#define OCCGEOMETRYVISUALIZATIONNOCHANGE 0
|
#define OCCGEOMETRYVISUALIZATIONNOCHANGE 0
|
||||||
#define OCCGEOMETRYVISUALIZATIONFULLCHANGE 1
|
#define OCCGEOMETRYVISUALIZATIONFULLCHANGE 1
|
||||||
// == compute transformation matrices and redraw
|
// == compute transformation matrices and redraw
|
||||||
#define OCCGEOMETRYVISUALIZATIONHALFCHANGE 2
|
#define OCCGEOMETRYVISUALIZATIONHALFCHANGE 2
|
||||||
// == redraw
|
// == redraw
|
||||||
|
|
||||||
class OCCGeometry
|
class OCCGeometry
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user