Ignore:
Timestamp:
May 16, 2008, 4:17:15 PM (16 years ago)
Author:
jack
Message:

Fixed frame controls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/src/anugavis_simple.c

    r5292 r5339  
    1414    return 1;
    1515  }
    16 /*   if(AnugaVis_DefineHeightQuantity("elevation", 0.0, 1.0, 0.5, 0.5, 0.5) == -1){ */
    17 /*     printf("AnugaVis_DefineHeightQuantity() Error: %s\n", AnugaVis_GetError()); */
    18 /*     return 1; */
    19 /*   } */
    20   if(AnugaVis_DefineHeightQuantity("stage", -0.01, 1.0, 0.0, 0.0, 0.5) == -1){
     16  if(AnugaVis_DefineHeightQuantity("stage", 0.0, 1.0, 0.0, 0.0, 0.5) == -1){
     17    printf("AnugaVis_DefineHeightQuantity() Error: %s\n", AnugaVis_GetError());
     18    return 1;
     19  }
     20  if(AnugaVis_DefineHeightQuantity("elevation", 0.0, 1.0, 0.5, 0.5, 0.5) == -1){
    2121    printf("AnugaVis_DefineHeightQuantity() Error: %s\n", AnugaVis_GetError());
    2222    return 1;
Note: See TracChangeset for help on using the changeset viewer.