contact: Rename getcontact() to in_contact()
The next commit will create a contact file, and the macro to get a contact entry will be named getcontact(). Rename the existing getcontact() out of the way. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
e61c332295
commit
7cc34abaca
9 changed files with 12 additions and 11 deletions
|
@ -252,7 +252,7 @@ share_incr(double res[], double tech[])
|
|||
if (other->nat_stat != STAT_ACTIVE)
|
||||
continue;
|
||||
if (opt_HIDDEN) {
|
||||
if (!getcontact(np, j))
|
||||
if (!in_contact(np, j))
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue