Changeset cc46b0 for pcp/src/data.h


Ignore:
Timestamp:
Apr 21, 2008, 10:24:19 PM (18 years ago)
Author:
Frederik Heber <heber@…>
Children:
f5586e
Parents:
57a69b2
Message:

CreateDensityOutputGeneral(), CombineOutVisDensity(), OutVisIons(), OutputVisSrcFiles(), OutputVis(), OutputCurrentDensity(), OutputVisAllOrbital(): OutVisSteo goes to *OutVisStep

*OutVisStep now contains the step count on each level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/data.h

    r57a69b2 rcc46b0  
    238238  char *default_path;    //!< path to default parameter file
    239239  char *pseudopot_path;  //!< path ot pseudopotential files
    240   int OutVisStep;       //!< Currently so and so often has visual data output occurred
     240  int *OutVisStep;       //!< Currently so and so often has visual data output occurred
    241241  int MeOutVis;         //!< 1 - visual data are written to files, 0 - no output (for this process)
    242242  int MeOutCurr;        //!< 1 - visual data of current density written to file, 0 - no output, no calculation (for this process)
Note: See TracChangeset for help on using the changeset viewer.