~ubuntu-branches/ubuntu/trusty/igraph/trusty-proposed

« back to all changes in this revision

Viewing changes to examples/simple/igraph_psumtree.c

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-05-27 14:01:54 UTC
  • mfrom: (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130527140154-oxwwmr0gj3kdy4ol
Tags: 0.6.5-2
Upload to sid

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/* -*- mode: C -*-  */
3
3
/* 
4
4
   IGraph library.
5
 
   Copyright (C) 2006  Gabor Csardi <csardi@rmki.kfki.hu>
6
 
   MTA RMKI, Konkoly-Thege Miklos st. 29-33, Budapest 1121, Hungary
 
5
   Copyright (C) 2006-2012  Gabor Csardi <csardi.gabor@gmail.com>
 
6
   334 Harvard st, Cambridge MA, 02139 USA
7
7
   
8
8
   This program is free software; you can redistribute it and/or modify
9
9
   it under the terms of the GNU General Public License as published by
23
23
*/
24
24
 
25
25
#include <igraph.h>
 
26
#include <igraph_psumtree.h>
26
27
#include <stdlib.h>
27
28
 
28
29
int print_vector(igraph_vector_t *v) {