Search:

Type: Posts; User: florian100

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,633

    typo in mass calculation

    Hay
    I have a very easy question but I can't find my typo...
    I want to calculate the mass of a globe. I have two methods and I need both and they should give the same result of course...
    first...
  2. Replies
    3
    Views
    1,289

    of course... here is the complete program (its a...

    of course... here is the complete program (its a root program but I hope its not connected to root itself)



    #include <math.h>

    void pos_plot_2color(){
    gROOT->SetStyle("Plain");
    ...
  3. Replies
    3
    Views
    1,289

    read in problem

    hay
    I have a problem with the following read in procedure:


    ifstream widthfile("data-files/output_file3.txt");
    while((widthfile >> x[n] >> y[n] >> z[n] >> vx[n] >> vy[n] >> vz[n] >> mass...
  4. Thread: makefile

    by florian100
    Replies
    2
    Views
    1,131

    thanks

    thanks for the answer. I solved the problem with the makefile... just stupidity...:-)
    best regards
    florian
  5. Thread: makefile

    by florian100
    Replies
    2
    Views
    1,131

    makefile

    hay
    I have some problems with makefiles and I would appreciate any help
    first:
    I try to write a basic makefile which looks like
    Code:

    read_init: read_initCon.c
    <tab>gcc -o read_init...
Results 1 to 5 of 5