Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/gadget.h
[mareframe] / trunk / gadget / gadget.h Repository:
ViewVC logotype

Diff of /trunk/gadget/gadget.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 17, Mon Nov 9 10:22:57 2015 UTC revision 18, Thu Jan 21 15:52:55 2016 UTC
# Line 50  Line 50 
50  #endif  #endif
51    
52  /* Also defined are some of the constants used by Gadget */  /* Also defined are some of the constants used by Gadget */
53  const int MaxStrLength = 129;                 /* 128 + 1 */  const int MaxStrLength = 513;                 /* 128 + 1 */
54  const int LongString = 4097;                  /* 4Kb + 1 */  const int LongString = 8193;                  /* 4Kb + 1 */
55  const double verybig = 1e+10;  const double verybig = 1e+10;
56  const double rathersmall = 1e-10;  const double rathersmall = 1e-10;
57  /* machine accuracy for doubles is apparently 2.2204460492503131e-16 */  /* machine accuracy for doubles is apparently 2.2204460492503131e-16 */

Legend:
Removed from v.17  
changed lines
  Added in v.18

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge