MCPcopy Create free account
hub / github.com/DOI-USGS/ISIS3 / doit

Function doit

isis/src/base/objs/ProjectionFactory/unitTest.cpp:291–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void doit(Pvl &lab) {
292 try {
293 ProjectionFactory::CreateFromCube(lab);
294 }
295 catch(IException &e) {
296 e.print();
297 }
298 cout << endl;
299}
300
301void doit2(Pvl &lab) {
302 try {

Callers 1

mainFunction · 0.70

Calls 1

printMethod · 0.45

Tested by

no test coverage detected