Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
void doit(Pvl &lab) {
292
try {
293
ProjectionFactory::CreateFromCube(lab);
294
}
295
catch(IException &e) {
296
e.print();
297
}
298
cout << endl;
299
}
300
301
void doit2(Pvl &lab) {
302
try {
Callers
1
main
Function · 0.70
Calls
1
print
Method · 0.45
Tested by
no test coverage detected