Skip to content
Snippets Groups Projects
Commit bb95542b authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Initial revision

parent 8998fdda
No related branches found
No related tags found
No related merge requests found
/* unwarp.cc
Mark Jenkinson, FMRIB Image Analysis Group
Copyright (C) 2000 University of Oxford */
/* CCOPYRIGHT */
#include "newimageall.h"
using namespace NEWIMAGE;
int main(int argc,char *argv[])
{
Tracer tr("main");
if (argc<5) {
cerr << "Usage: " << argv[0] << endl;
return -1;
}
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment