[MOAB-dev] r3598 - MOAB/trunk/examples/SetsNTags

Tim Tautges tautges at mcs.anl.gov
Thu Mar 11 18:03:15 CST 2010


Duh, thanks.

- tim

jain at mcs.anl.gov wrote:
> Author: jain
> Date: 2010-03-11 17:38:55 -0600 (Thu, 11 Mar 2010)
> New Revision: 3598
> 
> Modified:
>    MOAB/trunk/examples/SetsNTags/SetsNTags.cpp
> Log:
> o Cleared the number of entities before the loop continues
> 
> 
> Modified: MOAB/trunk/examples/SetsNTags/SetsNTags.cpp
> ===================================================================
> --- MOAB/trunk/examples/SetsNTags/SetsNTags.cpp	2010-03-11 21:04:03 UTC (rev 3597)
> +++ MOAB/trunk/examples/SetsNTags/SetsNTags.cpp	2010-03-11 23:38:55 UTC (rev 3598)
> @@ -41,6 +41,7 @@
>  
>        std::cout << tag_nms[i] << " " << set_id << " has " 
>                  << set_ents.size() << " entities." << std::endl;
> +      set_ents.clear();
>      }
>    }
>  }
> 
> 

-- 
================================================================
"You will keep in perfect peace him whose mind is
   steadfast, because he trusts in you."               Isaiah 26:3

              Tim Tautges            Argonne National Laboratory
          (tautges at mcs.anl.gov)      (telecommuting from UW-Madison)
          phone: (608) 263-8485      1500 Engineering Dr.
            fax: (608) 263-4499      Madison, WI 53706



More information about the moab-dev mailing list