trinitycrmod 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f7b4581973038599c58beec3685a2d188da1d58
4
- data.tar.gz: 44585d17f385eeb2ff30a0688d310b99ea48700e
3
+ metadata.gz: 2df7eaa9f24abc78edb7a5284ca9453c2b0553d3
4
+ data.tar.gz: 0fc1090b006703b2b8b74804f959d3bb619b1c48
5
5
  SHA512:
6
- metadata.gz: ad02f4f5a9dcc2e1f0be9094db3ac66a67264e7f0702d931cff4ad094d171827479c649473d9ecfda3d8a1c55894e5ab5a5b658a4cdeed248a9cd939851e5e4c
7
- data.tar.gz: 3ac44e2a59dd179f7a9203169ea35b0ca0cdb2eee634c4678c4f5f8e7f69d82f01b4fb236e76a6c40ac5a229204f7985ec2d90b74cd063d31fa3d0851cbcaf76
6
+ metadata.gz: 233a119e7fcfe46397407b367d683aeadb01f3419458857914a0f16b51ee6518d71c9d91e7b1031c4797b944e025d33a35a45b68187f1267ae359a566720eaf9
7
+ data.tar.gz: 25ce426c576ab0667f324a10bf6d3100b97f1c08d4b4c9d5a61a516088affa91013f777811ac2e880ac46aed8289dffebbe03d0cf219ce5fd63826f414c7c2a5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.3
1
+ 0.6.4
@@ -157,7 +157,7 @@ class CodeRunner
157
157
  if new_run.neval_calibrate and new_run.neval_calibrate > 0 and
158
158
  new_run.gs2_runs[i].nonlinear_mode == "off"
159
159
 
160
- new_run.gs2_runs[i].init_option = "noise"
160
+ new_run.gs2_runs[i].ginit_option = "noise"
161
161
  new_run.gs2_runs[i].delt_option = "default"
162
162
  new_run.gs2_runs[i].is_a_restart = false
163
163
  new_run.gs2_runs[i].restart_id = nil
data/trinitycrmod.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: trinitycrmod 0.6.3 ruby lib
5
+ # stub: trinitycrmod 0.6.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod"
9
- s.version = "0.6.3"
9
+ s.version = "0.6.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinitycrmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock