Using the new mbk ...

This commit is contained in:
Christophe Alexandre 2002-05-14 09:11:03 +00:00
parent 0a09c1b716
commit 86756816a6
13 changed files with 0 additions and 26 deletions

View File

@ -1,11 +1,9 @@
#ifndef __PCOMMON_H
#define __PCOMMON_H
#include <iostream>
extern "C"{
#include "mut.h"
#include "mlo.h"
#include "mph.h"
}
using namespace std;
const double SquareShape(const double margin, const double sumwidth,

View File

@ -3,11 +3,9 @@
#include <iostream>
#include <ctype.h>
extern "C" {
#include "mut.h"
#include "mph.h"
#include "mlo.h"
}
using namespace std;
static void

View File

@ -1,8 +1,6 @@
#include "PCon.h"
extern "C"{
#include "mut.h"
#include "mph.h"
}
#include "PConstants.h"
PCon::PCon(const locon* con):

View File

@ -2,10 +2,8 @@
#define __PCON_H
#include "PElem.h"
extern "C" {
#include "mut.h"
#include "mlo.h"
}
class PCon: public PElem {
private:

View File

@ -1,8 +1,6 @@
#include "PDetToPlaceIns.h"
extern "C"{
#include "mut.h"
#include "mph.h"
}
#include "PConstants.h"
#include "PToPlaceIns.h"
#include "PDetSubRow.h"

View File

@ -3,10 +3,8 @@
#include "PIns.h"
#include "PPos.h"
extern "C"{
#include "mut.h"
#include "mph.h"
}
class PFixedIns : public PIns {

View File

@ -1,8 +1,6 @@
#include "PIns.h"
extern "C"{
#include "mut.h"
#include "mph.h"
}
#include "PConstants.h"
PIns::PIns(const loins *instance):

View File

@ -3,10 +3,8 @@
#include "PElem.h"
#include "PBBox.h"
extern "C" {
#include "mut.h"
#include "mlo.h"
}
class PIns: public PElem {

View File

@ -4,10 +4,8 @@
#include <iostream>
#include <fstream>
#include <vector>
extern "C" {
#include "mut.h"
#include "mlo.h"
}
using namespace std;
class PElem;

View File

@ -3,13 +3,11 @@
#include <set>
#include <algorithm>
#include <string>
extern "C"{
#include "mut.h"
#include "mph.h"
#include "mpu.h"
#include "mlo.h"
#include "mlu.h"
}
#include "PMove.h"
#include "PConstants.h"
#include "PCommon.h"

View File

@ -12,10 +12,8 @@
#include "PONet.h"
#include "PBBox.h"
#include "PDetSubRow.h"
extern "C" {
#include "mut.h"
#include "mlo.h"
}
#include "iocheader.h"
using namespace std;

View File

@ -6,13 +6,11 @@
#include "PMove.h"
#include "PConstants.h"
#include "PDetPlacement.h"
extern "C"{
#include "mut.h"
#include "mph.h"
#include "mpu.h"
#include "mlo.h"
#include "mlu.h"
}
double
PPlacement::DetPlaceDebugNetCost()

View File

@ -1,8 +1,6 @@
#include "PToPlaceIns.h"
extern "C"{
#include "mut.h"
#include "mph.h"
}
#include "PConstants.h"
PToPlaceIns::PToPlaceIns(const loins *instance):