Skip to content

Commit

Permalink
Comment out *spacegroup* as (surprisingly) non-standard, cf. #30
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Sep 6, 2021
1 parent 346eece commit 00f6693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'nelements=1',
'elements HAS "Ti"',
'elements HAS ALL "C","N","O","H"',
'spacegroup="I4/mcm"',
//'spacegroup="I4/mcm"',
'elements HAS "Ti" AND nelements>3',
'chemical_formula_reduced="Li7Sn2"',
'chemical_formula_anonymous="ABC"'
Expand All @@ -66,4 +66,4 @@
<style>
div.examples { padding-left: 9em; font-family:Courier;letter-spacing:0.5px; }
/* NB to align div.examples > i & div.examples > button by height */
</style>
</style>

1 comment on commit 00f6693

@blokhin
Copy link
Member Author

@blokhin blokhin commented on 00f6693 Sep 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, cf. #31

Please sign in to comment.