gs2crmod 0.11.70 → 0.11.71

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.70
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.70"
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"]
@@ -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)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gs2crmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.70
4
+ version: 0.11.71
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: