Skip to content

Commit f3b9899

Browse files
author
deseilligny
committed
ii:
1 parent cd063de commit f3b9899

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

MMVII/src/SymbDerGen/Formulas_BlockRigid.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,15 @@ class cFormulaClino
208208
{
209209
return Append
210210
(
211-
NamesMatr("mA",cPt2di(3,3)),
212-
Append( NamesP3("C1"), NamesMatr("m1",cPt2di(3,3)))
213-
);
211+
Append
212+
(
213+
NamesP3("PNom"),
214+
NamesP3("DirU"),
215+
NamesP3("DirV")
216+
),
217+
NamesMatr("m1",cPt2di(3,3)),
218+
{"VTeta"}
219+
);
214220
};
215221
/*
216222
template <typename tUk>

0 commit comments

Comments
 (0)