MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / SzAspect

Function SzAspect

general.cpp:949–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947// Return an aspect's name, checking whether parallel aspects are on.
948
949CONST char *SzAspect(int asp)
950{
951 if (us.fParallel && asp <= aOpp)
952 asp += cAspect;
953 return szAspectDisp[asp];
954}
955
956
957// Return the three letter abbreviation for an aspect.

Callers 2

InterpretAspectCoreFunction · 0.85
InterpretAspectRelationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected