DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
test_purecpp.cxx
Go to the documentation of this file.
1 
18 #include "utl.h"
19 
23 int
24 main (int argc, char const* argv[])
25 {
26  std::vector<std::vector<std::string> > strMatrix;
27  utl::ReadLines("aa.txt", strMatrix);
28  utlGlobalException(true, "adad");
29  return 0;
30 }
helper functions specifically used in dmritool
#define utlGlobalException(cond, expout)
Definition: utlCoreMacro.h:372
void ReadLines(const std::string &filename, std::vector< std::vector< std::string > > &strVec, const char *cc=" ")
Definition: utlCore.h:862
int main(int argc, char const *argv[])
test pure cpp code