* Code reformatted for improved readability

This commit is contained in:
Philippose Rajan 2009-04-03 20:09:46 +00:00
parent c082ef1492
commit cb777203cf

View File

@ -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
{ {