Small bug in garlic() with auto range

A place to report and discuss potential bugs
Post Reply
katarkon
Local Expert
Posts: 186
Joined: Mon Jan 12, 2015 4:01 am

Small bug in garlic() with auto range

Post by katarkon »

Automatic range selection in garlic works wrong with attempt to draw stick spectrum without hyperfine splitting.

Code: Select all

Sys.g=gfree;
Exp.mwFreq=9.65;
Exp.Harmonic=0;
garlic(Sys,Exp);
The script draws nothing. If either linewidth or manual range is defined the script works fine.
Stefan Stoll
EasySpin Creator
Posts: 1057
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: Small bug in garlic() with auto range

Post by Stefan Stoll »

This will be fixed in the next bugfix release. Thanks for reporting.
Post Reply