trinitycrmod 0.3.8 → 0.3.9

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: a07d85f8c0e13596e489476c3a116ff6898b65ff
4
- data.tar.gz: bb501d4451002ab8391fb1c7fb8b0a967d1875e0
3
+ metadata.gz: 33722ecc236fc08e1edbb0e8da1beb248875b5cc
4
+ data.tar.gz: 24fde75c2202f75d0b74c1f6891a8a0d1f5ccdc9
5
5
  SHA512:
6
- metadata.gz: 0c1899430799f2b0538ac4ce32b42767ac4a672b3ca11686112979eeb38bcc87aaabfa9105f4db82b444fdce3fe0b286eb2240ee500af08bbcb72efb8b82edb9
7
- data.tar.gz: b4eb299ed9f2908ee53f46c03a4273fc8dab1a9ff5c8036fe253a5c782660bcebee9b5873e5c8fafdb8bfcb33233ff4d3a903b532c2a020ffde0df37f28240a3
6
+ metadata.gz: fe551acdda64bb07bf878cabc238e5d6284fb3f137cba8cedf1ad099755336ed50bfe089aedd2d37a0bcb28fa5e2973c2e40aa0069ac9a8fcc4c21cbdf6d5be8
7
+ data.tar.gz: 9c5020906498e8c47d444816bb97ecfd28c6961e9f8f7026f5e38f5dc6cd2b1023f10b263be5374063fd2ca940a40e73963229a85761e7b7d785de8df53debbf
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.8
1
+ 0.3.9
@@ -50,7 +50,7 @@ EOF2
50
50
  raise FluxOptionError.new("gs2_runs called and flux_option != gs2") if not flux_gs2?
51
51
 
52
52
  #puts "2@COMMMMMMMMMMMMMPOOOOOOOOOOOOOONNNETN", @component_runs
53
- generate_component_runs if not (@component_runs and @component_runs.size > 0)
53
+ generate_component_runs if not (@component_runs and @component_runs.size == n_flux_tubes)
54
54
  #p ["@COMMMMMMMMMMMMMPOOOOOOOOOOOOOONNNETN", @component_runs]
55
55
  @component_runs
56
56
  #@gs2_run_list ||= {}
data/trinitycrmod.gemspec CHANGED
@@ -2,16 +2,16 @@
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.3.8 ruby lib
5
+ # stub: trinitycrmod 0.3.9 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod"
9
- s.version = "0.3.8"
9
+ s.version = "0.3.9"
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"]
13
13
  s.authors = ["Edmund Highcock"]
14
- s.date = "2014-02-18"
14
+ s.date = "2014-02-20"
15
15
  s.description = "This module allows Trinity, the Multiscale Gyrokinetic Turbulent Transport solver for Fusion Reactors, to harness the power of CodeRunner, a framework for the automated running and analysis of simulations."
16
16
  s.email = "edmundhighcock@sourceforge.net"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinitycrmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-18 00:00:00.000000000 Z
11
+ date: 2014-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderunner