|
@@ -1,9 +1,9 @@
|
|
|
#ifndef CMDMAINPROCESS_H
|
|
|
#define CMDMAINPROCESS_H
|
|
|
|
|
|
-#include "GeometryImExporter.h"
|
|
|
+#include "geometryimexporter.h"
|
|
|
#include "n_body_unite.hxx"
|
|
|
-#include "GeometryStitch.h"
|
|
|
+#include "geometrystitch.h"
|
|
|
//ACIS header files
|
|
|
#include "acis.hxx"//first head
|
|
|
#include "api.hxx"
|
|
@@ -33,9 +33,9 @@
|
|
|
#include "SPA3dPm.hxx"
|
|
|
#include "SPA3dPmACIS_api.hxx"
|
|
|
|
|
|
-#include "DPMvolClass.h"
|
|
|
+#include "dpmvolclass.h"
|
|
|
|
|
|
-#include "RWriteFile.h"
|
|
|
+#include "rwritefile.h"
|
|
|
#include <iostream>
|
|
|
using namespace std;
|
|
|
|