Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Conograph/trunk/src/qc/gather_qcal2.hh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (hide annotations) (download) (as text)
Wed Sep 7 04:38:51 2016 UTC (7 years, 6 months ago) by rtomiyasu
File MIME type: text/x-c++hdr
File size: 642 byte(s)
The output format for base-centered monoclinic cells was corrected.
1 rtomiyasu 33 #ifndef _gather_qcal2_HH_
2     #define _gather_qcal2_HH_
3     // set_additonal_Q.hh
4    
5     #include "../lattice_symmetry/HKL_Q.hh"
6     #include "../utility_data_structure/SymMat.hh"
7     //#include "../lattice_symmetry/gather_q_of_Ndim_lattice.hh"
8    
9     using namespace std;
10    
11     void gatherQcal(const SymMat<Double>& S_super,
12     const Double& maxQ,
13     const NRMat<Int4>& transform_hkl,
14     const BravaisType& ebrav_type,
15     const Int4& irc_type,
16     vector<HKL_Q>& qcal_tray);
17    
18     /*(const SymMat<Double>& S_super,
19     const Double& maxQ, const eTypeOfSystematicAbsence& etype,
20     vector<HKL_Q>& qcal_tray);*/
21    
22    
23     #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26