Search:

Type: Posts; User: Elya

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    13,476

    ‘max_element’ was not declared in this scope

    Dear All,

    I am trying to compile a code and I get the following.

    g++ -O3 -Wall -ffast-math -ffinite-math-only -c dpdconfig.cpp
    dpdconfig.cpp: In member function ‘void...
  2. Dear All, Thanks a lot for your advises. I...

    Dear All,

    Thanks a lot for your advises. I made matrix static.
    insert

    static double POLRx[N_molPOL][N_beadPOL][N_files];
    ......

    but I have got an error message.
  3. I use gcc compiler for linux.

    I use gcc compiler for linux.
  4. Dear all, Thanks for your remarks....

    Dear all,

    Thanks for your remarks. Unfortunately I still can not solve my problem. I did not post all program as I did not wanted to bother you with non relevant details. It seems that I was...
  5. Thanks a lot for your answers. I probably did...

    Thanks a lot for your answers. I probably did not explain well my code. I do not open more then one file at the same time. I open files in a while loop and close after I have read everything I need....
  6. Miximum matrix size? / reading big arrays of data

    Dear All,

    Please help me with my problem. In my program I need to open many files with numbers and read these numbers to the matrix. I am able to open only 22 files and when I try to open next...
  7. Replies
    5
    Views
    72,546

    Dear Elysia, Thank you so much for your help!...

    Dear Elysia,

    Thank you so much for your help! All problems solved.

    Elya
  8. Replies
    5
    Views
    72,546

    Dear Elysia, Thanks a lot for the prompt...

    Dear Elysia,

    Thanks a lot for the prompt reply. I did what you said, and it compiles now. But it does not do what I really need.
    In line below it executes \n (makes a new line) instead of...
  9. Replies
    5
    Views
    72,546

    C compiling / error: stray ‘\’ in program

    Dear all,

    I have a problem with compiling my program. I need to write to a file sequence of symbols. But there is a problem with symbol "\".


    making_python_files.c:31: error: stray ‘\’ in...
Results 1 to 9 of 9