From: Mouton Date: Wed, 21 Nov 2012 03:45:47 +0000 (+0100) Subject: Bug #1804 An extra file appeared after CVS to Git conversion. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f404d3173933541efe16be7ca8934873d29b3732;p=bbtk.git Bug #1804 An extra file appeared after CVS to Git conversion. The file was removed. --- diff --git a/packages/std/bbs/boxes/bbLoadHola.bbs b/packages/std/bbs/boxes/bbLoadHola.bbs deleted file mode 100644 index 99605e2..0000000 --- a/packages/std/bbs/boxes/bbLoadHola.bbs +++ /dev/null @@ -1,18 +0,0 @@ -load vtk -include util/boxes/bbPrependPackageDataPath - -define LoadHola - description "Loads the image 'hola.mhd'" - author "laurent.guigues at creatis.insa-lyon.fr" - category "image;misc" - - new MetaImageReader reader - new PrependPackageDataPath ppdp - set ppdp.In "hola.mhd" - set ppdp.Package "util" - connect ppdp.Out reader.In - - output Out reader.Out "The image" - output FileName ppdp.Out "The path to the image loaded" - -endefine