trinitycrmod 0.3.1 → 0.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 166e73d674743e9ef9e75198cd3e9919d2ccff40
4
- data.tar.gz: acee71bfe6ab75b2f0c3a5ef1ec7b8e3ef622277
3
+ metadata.gz: 05ab6d1818b0388df6d475442b6fc7b95cbe4302
4
+ data.tar.gz: c69d1589036a2662c925da377219c026c7f3dd1c
5
5
  SHA512:
6
- metadata.gz: 756a2ce534bcc19e6301aaeeaf7412645a3b7bbd6d88c835edfa74284b5c4960c61a75fe9d29a1a4fb97ee28fb3c674af09cabca5c70d9abc5089885dcf9b78e
7
- data.tar.gz: 762f3bcaf227624ab4e4a4184b402e2688c13072ac4f0a2d00dccb6630a2d114bcf70f831e9a386fdbe23588f8bb4cdc66c305c287c99b5e7a9589e9cd7de840
6
+ metadata.gz: 450aa518010bd737f4a968b5c1864b887115481c9ce6b931ae9cecde5b6ff09fd3eec9aa8e7fdf34333e0a2aeab178a8eb6349e2dd20e363a054d77b4f62469a
7
+ data.tar.gz: 6b57218dcfa1dd2ead99a32983834bdfeefc924a5acf48a8cc8dad5da0adef12c0f07477ed070161da243a539ce8c73f97eaf5a718b1bcf44b7f72e053b926ff
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
@@ -84,6 +84,8 @@ class CodeRunner
84
84
  # Writes the gs2 input files, creating separate subfolders
85
85
  # for them if @subfolders is .true.
86
86
  def generate_gs2_input_files
87
+ # At the moment we must use subfolders
88
+ raise "subfolders must be .true. " unless @subfolders and @subfolders.fortran_true?
87
89
  for i in 0...(@nrad-1)*2
88
90
  gs2run = gs2_run(:base).dup
89
91
  gs2_run(i).instance_variables.each do |var|
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.3.1 ruby lib
5
+ # stub: trinitycrmod 0.3.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod"
9
- s.version = "0.3.1"
9
+ s.version = "0.3.2"
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock