Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:general:references

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:user:general:references [2014/08/06 17:07] jorisdoc:user:general:references [2016/03/30 15:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== References ====== ====== References ======
  
-In [[doc:user:general:glossaire#Python]], all variables but the most basic ones are references. This means that if ''a'' is an object, ''b=a'' does not copy ''a'' into ''b'', but means that both ''a'' and ''b'' are references pointing towards the same object.+In [[doc:user:general:glossaire#Python]], all variables except the most basic ones are references. This means that if ''a'' is an object, ''b=a'' does not copy ''a'' into ''b'', but means that both ''a'' and ''b'' are references pointing towards the same object.
  
 When defining a test case in Metafor, references can be used to shorten the corresponding module. For example: When defining a test case in Metafor, references can be used to shorten the corresponding module. For example:
Line 34: Line 34:
   ...   ...
  
-In the writing of a test case, these references must obvisously be defined somewhere, either in the beginning of the [[doc:user:general:glossaire#module]] or, better, just before using them.+In the writing of an input file, these references must obviously be defined somewhere, either in the beginning of the [[doc:user:general:glossaire#module]] or, better, just before using them.
  
 For instance, the line: For instance, the line:
doc/user/general/references.1407337626.txt.gz · Last modified: 2016/03/30 15:22 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki