Commit 2cce9e53 by maarten

clean up type, recompiling

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@412 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 5e1fe821
...@@ -96,24 +96,24 @@ enum CCP4MapFileMode : uint32_t ...@@ -96,24 +96,24 @@ enum CCP4MapFileMode : uint32_t
struct CCP4MapFileHeader struct CCP4MapFileHeader
{ {
uint32_t NC, NR, NS; uint32_t NC, NR, NS;
CCP4MapFileMode MODE; CCP4MapFileMode MODE;
int32_t NCSTART, NRSTART, NSSTART; int32_t NCSTART, NRSTART, NSSTART;
uint32_t NX, NY, NZ; uint32_t NX, NY, NZ;
float cellLengths[3]; float cellLengths[3];
float cellAngles[3]; float cellAngles[3];
uint32_t MAPC, MAPR, MAPS; uint32_t MAPC, MAPR, MAPS;
float AMIN, AMAX, AMEAN; float AMIN, AMAX, AMEAN;
uint32_t ISPG; uint32_t ISPG;
uint32_t NSYMBT; uint32_t NSYMBT;
uint32_t LSKFLG; uint32_t LSKFLG;
float SKWMAT[9]; float SKWMAT[9];
float SKWTRN[3]; float SKWTRN[3];
uint32_t UNUSED[15]; uint32_t UNUSED[15];
char MAP[4] = { 'M', 'A', 'P', ' ' }; char MAP[4] = { 'M', 'A', 'P', ' ' };
uint32_t MACHST = 0x00004144; uint32_t MACHST = 0x00004144;
float ARMS; float ARMS;
uint32_t NLABL = 1; uint32_t NLABL = 1;
char LABEL[200 * 4]; char LABEL[200 * 4];
}; };
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <boost/date_time/gregorian/gregorian.hpp> #include <boost/date_time/gregorian/gregorian.hpp>
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include <boost/format.hpp> #include <boost/format.hpp>
#include <boost/numeric/ublas/matrix.hpp> // #include <boost/numeric/ublas/matrix.hpp>
#include "cif++/AtomType.h" #include "cif++/AtomType.h"
#include "cif++/Compound.h" #include "cif++/Compound.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment