Changeset 462 for trunk/matml/src

Show
Ignore:
Timestamp:
06/17/2009 09:56:19 PM (3 years ago)
Author:
powell
Message:

Completion of the ternary -> gibbs library and header name change.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/gibbs.h

    r460 r462  
    22  $Header$ 
    33 
    4   This is the ternary.h header file with structures and prototypes for 
    5   calculating ternary phase diagrams. 
     4  This is the gibbs.h header file with structures and prototypes for 
     5  calculating phase diagrams, currently only ternaries. 
    66  ***************************************/ 
    77 
    88 
    9 #ifndef TERNARY_H 
    10 #define TERNARY_H    /*+ To stop multiple inclusions. +*/ 
     9#ifndef GIBBS_H 
     10#define GIBBS_H    /*+ To stop multiple inclusions. +*/ 
    1111 
    1212#include <stdio.h> 
     
    4141                   -latex-(0 -> 1) 
    4242                   +*/ 
    43 } visual_point; /*+ Ternary "point" structure. +*/ 
     43} visual_point; /*+ Visualization "point" structure. +*/ 
    4444 
    4545typedef enum { 
     
    123123 double G0, double y1, double G1, double *Gmin, double *Gmax, int square); 
    124124 
    125 #endif /* TERNARY_H */ 
     125#endif /* GIBBS_H */