source: ZHANGProjects/ICOSIM/CPP/trunk/source/partcrys.cc @ 2

Last change on this file since 2 was 2, checked in by zhangj, 10 years ago

Initial import

File size: 529 bytes
Line 
1#include <iostream>
2#include <cmath>
3#include "partcrys.h"
4
5
6
7using namespace std;
8
9
10
11
12Partcrys::Partcrys( double x, double xp, double y, double yp, double PC)
13    : x(x), xp(xp), y(y), yp(yp), PC(PC), s(s), xp_rel(xp_rel), Ang_rms(Ang_rms), Ang_avr(Ang_avr), Dechan(Dechan), Vcapt(Vcapt), Chann(Chann), nchann(nchann), namor(namor), ndechann(ndechann), nvcapt(nvcapt), nvrefl(nvrefl), nout(nout), effet(effet), n_part(n_part)
14
15{
16    nchann = 0;
17    nvrefl = 0;
18    nvcapt = 0;
19    ndechann = 0;
20    namor = 0;
21    nout = 0;
22
23}
24
Note: See TracBrowser for help on using the repository browser.