Ignore:
Timestamp:
05/22/15 04:15:14 (9 years ago)
Author:
sz
Message:

Moving frams/virtfile to common/virtfile:

  • file references updated (includes, makefile)
  • common/virtfile can no longer use the Framsticks specific SString (using std::string instead)
File:
1 edited

Legend:

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

    r375 r382  
    66#include <stdio.h>
    77#include <time.h>
    8 #include <frams/virtfile/stdiofile.h>
     8#include <common/virtfile/stdiofile.h>
    99
    1010#include <frams/genetics/preconfigured.h>
    1111#include <frams/model/model.h>
    1212#include <frams/loggers/loggertostdout.h>
    13 #include <frams/virtfile/stringfile.h>
     13#include <common/virtfile/stringfile.h>
    1414
    1515int main(int argc,char*argv[])
Note: See TracChangeset for help on using the changeset viewer.