Home
last modified time | relevance | path

Searched refs:get_comp_vector (Results 1 – 1 of 1) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DF_ExtMath.cpp1042 #define get_comp_vector(index, string) \ macro
1053 void F_CompX(F_ARG){ get_comp_vector(0, "CompX") } in F_CompX()
1054 void F_CompY(F_ARG){ get_comp_vector(1, "CompY") } in F_CompY()
1055 void F_CompZ(F_ARG){ get_comp_vector(2, "CompZ") } in F_CompZ()
1063 get_comp_vector((int)(Fct->Para[0]), "Comp") in F_Comp()
1066 #undef get_comp_vector