VMD-L Mailing List
From: Peter Freddolino (petefred_at_ks.uiuc.edu)
Date: Wed Apr 21 2010 - 07:56:35 CDT
- Next message: Alexandre Suman de Araujo: "Re: Problem with creation of child fragment in Molefacture"
- Previous message: Jennifer Williams: "High quality movies, bmp frames and videomach=poor quality"
- In reply to: Alexandre Suman de Araujo: "Re: Problem with creation of child fragment in Molefacture"
- Next in thread: Alexandre Suman de Araujo: "Re: Problem with creation of child fragment in Molefacture"
- Reply: Alexandre Suman de Araujo: "Re: Problem with creation of child fragment in Molefacture"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi Alexandre,
this is my mistake; it appears that I never committed the lmap function
to cvs. You should be able to get things working either by checking out
the latest cvs version of the plugin tree, or pasting the function (see
below) at the bottom of utilities.tcl in your installation. Sorry for
the inconvenience.
Best,
Peter
proc ::util::lmap {inlist expression} {
set newlist [list]
foreach elem $inlist {
lappend newlist [eval "$expression"]
}
return $newlist
}
Alexandre Suman de Araujo wrote:
> Hi Peter
>
> I´m using de last version 1.8.7. I checked the CVS version and the
> script has notmodifications compared with the one of the 1.8.7 version.
>
> Cheers
>
- Next message: Alexandre Suman de Araujo: "Re: Problem with creation of child fragment in Molefacture"
- Previous message: Jennifer Williams: "High quality movies, bmp frames and videomach=poor quality"
- In reply to: Alexandre Suman de Araujo: "Re: Problem with creation of child fragment in Molefacture"
- Next in thread: Alexandre Suman de Araujo: "Re: Problem with creation of child fragment in Molefacture"
- Reply: Alexandre Suman de Araujo: "Re: Problem with creation of child fragment in Molefacture"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]