Skip to content

Commit

Permalink
v1.6.3C
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGrund authored and ThomasGrund committed Dec 10, 2015
1 parent 8082a32 commit a8eebbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nwsummarize.ado
Expand Up @@ -7,11 +7,11 @@ program nwsummarize


if "`detail'" != "" {
local add "indg_central outdg_central dg_central transitivity reciprocity"
local add "indgcentral outdgcentral dgcentral transitivity reciprocity"
}
tempname memhold
if "`save'" != "" {
postfile `memhold' str20 name str10 directed id nodes minval maxval edges arcs density `add' using `"`save'"', replace
if "`save'" != "" {
postfile `memhold' str20 name str10 directed id nodes minval maxval edges arcs density `add' using `"`save'"', replace
}
foreach onenet in `netname' {
nwinf `onenet', `mat' `matonly' `detail'
Expand Down

0 comments on commit a8eebbd

Please sign in to comment.