wiki:public/doc-auto/by_ext/msp/S_name
Last modified 3 years ago Last modified on 01/21/16 13:49:13

Input file msp keyword $NAME

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GUI/HM/model_1.msp

  3:   $NAME
  4-    CRYSTALLINE
   ...

GUI/HT/model_1.msp

  3:   $NAME
  4-    CRYSTALLINE
   ...

GUI/M/model_1.msp

  3:   $NAME
  4-    CRYSTALLINE
   ...

GUI/T/model_1.msp

  3:   $NAME
  4-    CRYSTALLINE
   ...

GUI/TM/model_1.msp

  3:   $NAME
  4-    CRYSTALLINE
   ...

THM/deco_2015_b2s1/deco_b2s1.msp

  5:    $NAME
  6-    BUFFER
   ...
 51:    $NAME
 52-    ROCK
   ...
151:    $NAME
152-    OVERPACK
   ...

Source code reading this keyword from Input files

FEM/rf_msp_new.cpp line 94

  94: 		//....................................................................
  95: 		//NAME //OK
  96: 		//subkeyword found
  97: 		if(line_string.find("$NAME") != string::npos)
  98: 		{
  99: 			in_sd.str(GetLineFromFile1(msp_file));
 100: 			in_sd >> name; //sub_line

Last modified: 2016-01-21 13:48:59.849456

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.