~ubuntu-branches/ubuntu/trusty/ctioga/trusty

« back to all changes in this revision

Viewing changes to Backends/lib/backends.rb

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Fourmond
  • Date: 2008-06-08 10:51:14 UTC
  • mfrom: (1.1.4 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080608105114-l0lvss00hv6nzes3
Tags: 1.8-1
* New 'upstream' release
* Updated dependencies (tighten up tioga + adding Suggest: imagemagick)
* Updated 10-manpage 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
require 'SciYAG/Backends/math.rb'
9
9
require 'SciYAG/Backends/multitext.rb'
10
10
require 'SciYAG/Backends/gnuplot.rb'
 
11
require 'SciYAG/Backends/binner.rb'
11
12
# This is special to my stuff
12
13
require 'SciYAG/Backends/mdb.rb'
13
14