Moved instantiations around. Removed a few warning.

This commit is contained in:
John Dupuy
2023-11-05 17:47:33 -06:00
parent f67e605f0d
commit 997ecc0b2a
10 changed files with 303 additions and 302 deletions

View File

@@ -83,5 +83,6 @@ namespace MbD {
rotOrder->at(1) = j;
rotOrder->at(2) = k;
}
template class EulerAngles<std::shared_ptr<MbD::Symbolic>>;
}