gs2crmod 0.11.70 → 0.11.71
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/gsl_data.rb +0 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.71
|
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.11.
|
|
8
|
+
s.version = "0.11.71"
|
|
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/gsl_data.rb
CHANGED
|
@@ -1032,7 +1032,6 @@ module GSLVectors
|
|
|
1032
1032
|
def mean_flow_velocity_over_x_gsl_vector(options)
|
|
1033
1033
|
Dir.chdir(@directory) do
|
|
1034
1034
|
raise CRFatal.new("Need to have g_exb > 0 to have a mean flow.") unless @g_exb > 0
|
|
1035
|
-
raise CRFatal.new("Need to specify a theta_index.") unless options[:theta_index]
|
|
1036
1035
|
x = gsl_vector(:x)
|
|
1037
1036
|
|
|
1038
1037
|
vec_exb_vel = GSL::Vector.alloc(x.size)
|