From tyu at clemson.edu Tue May 15 22:37:15 2012 From: tyu at clemson.edu (Tianhong YU) Date: Tue, 15 May 2012 22:37:15 -0400 Subject: [Webnucleo-bugs] some typos in Libnucnet Message-ID: 1. In examples, in run_table_single_zone.c, in the usage it should be \nUsage: %s net_file zone_ascii zone_file t_end ..... 2. In the documentation of Libnucnet.h, Libnucnet__Zone__removeNetView: http://www.webnucleo.org/home/modules/libnucnet/0.14/html/technical_resources/api_documentation/src_Libnucnet.h.shp.cgi#Libnucnet__Zone__removeNetView In "Input", the second parameter should be "s_label1". Also in the example, it should be if( Libnucnet__Zone__removeNetView( p_zone, "my view", NULL, NULL ) ) fprintf( stdout, "Removal succeeded.\n" ); Tianhong Yu