gs2crmod 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.0
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.0"
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"]
@@ -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}))
@@ -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]
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.10.0
4
+ version: 0.10.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: