[Webnucleo-bugs] some typos in Libnucnet

Tianhong YU tyu at clemson.edu
Tue May 15 22:37:15 EDT 2012


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


More information about the Webnucleo-bugs mailing list