Changeset c96b1d for src


Ignore:
Timestamp:
Jul 10, 2012, 1:19:15 PM (13 years ago)
Author:
Frederik Heber <heber@…>
Children:
516fb4
Parents:
d2d7fc
Message:

Renamed Work() to mainFunction().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/bin/mpqc/mpqc.cc

    rd2d7fc rc96b1d  
    11821182}
    11831183
    1184 void Work(ostream *&outstream, struct OptionValues &values, const char *&input, const char *&generic_input, int argc, char **argv)
     1184void mainFunction(
     1185    ostream *&outstream,
     1186    struct OptionValues &values,
     1187    const char *&input,
     1188    const char *&generic_input,
     1189    int argc,
     1190    char **argv)
    11851191{
    11861192  // get the message group.  first try the commandline and environment
     
    15191525
    15201526  // now comes the actual work
    1521   Work(outstream, values, input, generic_input, argc, argv);
     1527  mainFunction(outstream, values, input, generic_input, argc, argv);
    15221528
    15231529  if (output != 0) {
Note: See TracChangeset for help on using the changeset viewer.