gs2crmod 0.10.0 → 0.10.1
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 -0
- data/lib/gs2crmod/gsl_data_3d.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.10.
|
1
|
+
0.10.1
|
data/gs2crmod.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "gs2crmod"
|
8
|
-
s.version = "0.10.
|
8
|
+
s.version = "0.10.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Edmund Highcock", "Ferdinand van Wyk"]
|
data/lib/gs2crmod/graphs.rb
CHANGED
@@ -958,6 +958,7 @@ module GraphKits
|
|
958
958
|
#carts = cartesian_coordinates_gsl_tensor(options)
|
959
959
|
#torphiout = 2.6
|
960
960
|
torphiout = options[:constant_torphi] || options[:torphi]
|
961
|
+
raise "Please specify a toroidal angle (options[:torphi])" unless torphiout
|
961
962
|
field = options[:field] || field_real_space_gsl_tensor(options)
|
962
963
|
torphi_const = constant_torphi_surface_gsl_tensor(options)
|
963
964
|
cyls = cylindrical_coordinates_gsl_tensor(options.absorb({extra_points: true}))
|
data/lib/gs2crmod/gsl_data_3d.rb
CHANGED
@@ -668,7 +668,7 @@ class CodeRunner::Gs2
|
|
668
668
|
#ep options; gets
|
669
669
|
theta = gsl_vector('theta', options)
|
670
670
|
#ep theta; gets;
|
671
|
-
ep 'thsize', @ntheta, theta.size
|
671
|
+
#ep 'thsize', @ntheta, theta.size
|
672
672
|
correct_3d_options(options)
|
673
673
|
rhoc = options[:rhoc_actual]
|
674
674
|
q_actual = options[:q_actual]
|