wiki:public/doc-auto/by_ext/gli/S_md
Last modified 3 years ago Last modified on 01/21/16 13:49:10

Input file gli keyword $MD

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

None.

Source code reading this keyword from Input files

FileIO/OGSIOVer4.cpp line 78

  78: 			pnt_vec->push_back(new Point(x, y, z));
  79: 
  80: 			// read mesh density
  81: 			if (line.find("$MD") != std::string::npos)
  82: 			{
  83: 				double mesh_density;
  84: 				size_t pos1(line.find_first_of("M"));

GEO/geo_pnt.cpp line 271

 271: 	{
 272: 		in >> id >> x >> y >> z;
 273: 		size_t pos1 = 0;
 274: 		if (line_string.find("$MD") != std::string::npos)
 275: 		{
 276: 			pos1 = line_string.find_first_of("M");
 277: 			in.str(line_string.substr(pos1 + 2, std::string::npos));

Last modified: 2016-01-21 13:49:00.598009

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.