thliebig / openEMS-Project

openEMS is a free and open electromagnetic field solver using the FDTD method.
356 stars 65 forks source link

Mistype? #12

Closed yrabbit closed 3 years ago

yrabbit commented 3 years ago
% fgrep -Ri Primtive
openEMS/python/openEMS/ports.py:    :param priority: int -- priority of all contained primtives
CSXCAD/python/CSXCAD/CSPrimitives.pyx:        Create a primtive specified by the `prim_type`
CSXCAD/src/CSPrimitives.h:      bool GetPrimitiveUsed() {return m_Primtive_Used;}
CSXCAD/src/CSPrimitives.h:      void SetPrimitiveUsed(bool val) {m_Primtive_Used=val;}
CSXCAD/src/CSPrimitives.h:      bool m_Primtive_Used;
CSXCAD/src/CSPrimitives.cpp:    m_Primtive_Used = false;
thliebig commented 3 years ago

Looks like it. Not really an issue as it is either internal or just a comment?

yrabbit commented 3 years ago

Well, yes, but it’s not that I ran a spell check :) I figured out unused primitives.