Skip to content

Commit

Permalink
add minerals.h
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Aug 26, 2024
1 parent f891c4d commit ed68058
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions minerals.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#pragma once
//
// FILE: minerals.h
// AUTHOR: Rob Tillaart
// DATE: 2024-08-12
// PURPOSE: very short list of chemical formulae of minerals
// URL: https://github.com/RobTillaart/AtomicWeight


/////////////////////////////////////////////////////////////////////////
//
// minerals
// to be extended
//


#define FAYALITE "Fe2SiO4"
#define FORSTERITE "Mg2SiO4"
#define MUSCOVITE "KAl3Si3O10(OH)2"
#define PYRITE "FeS2"
#define TREMOLITE "Ca2Mg5Si8O22(OH)2"
#define ZIRCON "ZrSiO4"


// -- END OF FILE --

0 comments on commit ed68058

Please sign in to comment.