heldentodd / xray-diffraction

This repository contains the code for one simulation, but eventually three are planned: bragg-law, Single Crystal Diffraction, and Powder Diffraction.
GNU General Public License v3.0
1 stars 1 forks source link

unused string #2

Closed pixelzoom closed 4 years ago

pixelzoom commented 4 years ago

Related to #1 (code review).

  • [ ] Does the sim build without warnings or errors?

There is one unused string that's identified during a build, recommenced to delete it:


% cd xray-diffraction
% grunt
...
>> Unused string: key=LatticeConstant, value=Lattice Constant
...
``
heldentodd commented 4 years ago

I was keeping this key because I might want it in the future.

After reflection, I've just deleted it.