gs2crmod 0.9.8 → 0.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/gs2crmod.gemspec +1 -1
- data/lib/gs2crmod/graphs.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.9
|
data/gs2crmod.gemspec
CHANGED
data/lib/gs2crmod/graphs.rb
CHANGED
|
@@ -525,7 +525,7 @@ module GraphKits
|
|
|
525
525
|
def frequency_vs_ky_graphkit(options={})
|
|
526
526
|
case options[:command]
|
|
527
527
|
when :help
|
|
528
|
-
return "Frequencies vs ky. "
|
|
528
|
+
return "Frequencies vs ky. You need the parameter write_line set to \".true.\". "
|
|
529
529
|
when :options
|
|
530
530
|
return []
|
|
531
531
|
else
|