| # | Line 17 | Line 17 | vector<double> CubicLattice::getLatticeConstant(){ | |
|---|---|---|
| 17 | } | |
| 18 | ||
| 19 | vector<double> CubicLattice::getLatticeConstant(){ | |
| 20 | < | vector lc; |
| 20 | > | vector<double> lc; |
| 21 | ||
| 22 | lc.push_back(cellLen.x); | |
| 23 | return lc; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |