search for: paths2

Displaying 2 results from an estimated 2 matches for "paths2".

Did you mean: path2
2010 Sep 02
1
Using library and lib.loc
Hi, I didn't find any post on this subject so I ll ask you some advices. Let's say that I have two library trees. Number 1 is the default R library tree on path1 Number 2 is another library tree on a server with all packages on path2. When I set library(aaMI,lib.loc=paths2) it loads the package even if its not on default R library When I set library(fOptions,lib.loc=paths2) it doesn't load because timeSeries is not on default R library (timeSeries is a required package for fOptions) > library(fOptions,lib.loc=.lib.loc) Le chargement a nécessité le package : t...
2007 Oct 11
0
12 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_frame.c libswfdec/swfdec_audio.c libswfdec/swfdec_audio_event.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_shape_parser.c libswfdec/swfdec_sound.c test/sound
...ULL; last = start = &paths[GPOINTER_TO_UINT (style->subpaths->data)]; swfdec_path_move_to (&style->draw->path, start->x_start, start->y_start); @@ -235,10 +235,10 @@ swfdec_style_finish (SwfdecStyle *style, while (!swfdec_sub_path_match (last, start) || (paths2 != NULL && !swfdec_sub_path_match (last2, start2))) { for (walk = style->subpaths; walk; walk = walk->next) { - cur = &paths[GPOINTER_TO_UINT (walk->data)]; + SwfdecSubPath *cur = &paths[GPOINTER_TO_UINT (walk->data)]; if (swfdec_sub_path_match (last, cur)) {...