Changeset 288 for cpp/frams/_demos


Ignore:
Timestamp:
01/06/15 01:47:03 (9 years ago)
Author:
Maciej Komosinski
Message:

GDK->SDK, gdk_test.cpp -> genomanipulation.cpp

Location:
cpp/frams/_demos
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/genomanipulation.cpp

    r287 r288  
    2222void printNiceBanner(const char* title)
    2323{
    24 printf("    ########################################\n"
    25        "   ##                                      ##\n"
    26        "  ##    %-32s    ##\n"
    27        "   ##                                      ##\n"
    28        "    ########################################\n",title);
     24printf("    #############################################\n"
     25       "   ##                                           ##\n"
     26       "  ##    %-37s    ##\n"
     27       "   ##                                           ##\n"
     28       "    #############################################\n",title);
    2929}
    3030void printProperties(Param &pi)
     
    268268{
    269269srand(time(0));
    270 printNiceBanner("Welcome to Genotype manipulation test application!");
     270printNiceBanner("Welcome to Genotype Manipulation App!");
    271271
    272272findingConverters();
     
    347347printf("\n######### THE END ###########\n\n"
    348348       "Hints:\n"
    349        "  1. You can redirect output: gdk_test >filename.txt\n"
     349       "  1. You can redirect output: genomanipulation >filename.txt\n"
    350350       "  2. Each run can yield different results, because some\n"
    351351       "     values are randomly generated.\n"
    352352       "  3. This application will use custom genotype passed as\n"
    353        "     a commandline parameter: gdk_test XX\n"
     353       "     a commandline parameter: genomanipulation XX\n"
    354354       "\n");
    355355return 0;
  • cpp/frams/_demos/neuro_test.cpp

    r286 r288  
    1616*/
    1717
    18 #ifndef GDK_WITHOUT_FRAMS
     18#ifndef SDK_WITHOUT_FRAMS
    1919#include <frams/mech/creatmechobj.h>
    2020int CreatMechObject::modeltags_id=0;
Note: See TracChangeset for help on using the changeset viewer.