| 1187 | } |
| 1188 | |
| 1189 | AutoVector ApplyIntegrationPoints :: CreateColVector() const |
| 1190 | { |
| 1191 | return make_unique<VVector<double>> (nip*dimy); |
| 1192 | } |
| 1193 | |
| 1194 | AutoVector ApplyIntegrationPoints :: CreateRowVector() const |
| 1195 | { |
nothing calls this directly
no test coverage detected